Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到以下异常
com.fasterxml.jackson.core.JsonParseException:意外字符(','(代码 44)):预期有效值(数字、字符串、数组、对象、'true'、'false' 或 'null')
尝试解析数组时
[1,"some text",,,,54]
是否可以配置对象映射器以使用空元素解析此类数组并将默认(null)值放入结果树(JsonNode)中?