Jackson 2.9.0.pr1 发布了。Jackson 是一个 Java 用来处理 JSON 格式数据的类库。
Add 'JsonGenerator.writeString(Reader r, int charLength)'
Optimize `NumberOutput.outputLong()` method
Add `JsonProcessingException.clearLocation()` to allow clearing possibly security-sensitive information
Add `JsonParser.ALLOW_TRAILING_COMMA` to work for Arrays and Objects
`DataInput` backed parser should handle `EOFException` at end of doc
Making `WriterBasedJsonGenerator` non-final
Improve indication of "source reference" in `JsonLocation` wrt `byte[]`,`char[]`
软件详情:https://github.com/FasterXML/jackson-core/releases/tag/jackson-core-2.9.0.pr1
下载地址:https://github.com/FasterXML/jackson-core/archive/jackson-core-2.9.0.pr1.zip
来自:开源中国社区

