Java高性能 JSON 处理,Jackson 2.6.4 和 2.5.5 发布

jopen 8年前

Jackson 是一个 Java 用来处理 JSON 格式数据的类库,性能非常好。

Jackson 2.5.5 发布,此版本更新内容如下:

Streaming

  • #220: Problem with JsonParser.nextFieldName(SerializableString) for byte-backed parser (affects Afterburner)

  • #221: Fixed ArrayIndexOutOfBounds exception for character-based JsonGenerator

Databind

  • #844: Using @JsonCreator still causes invalid path references in JsonMappingException

  • #852: Accept scientific number notation for quoted numbers too

  • #878: serializeWithType on BeanSerializer does not setCurrentValue

更多更新内容请看更新日志,下载:jackson-core-2.5.5.zip 

同时发布了 Jackson 2.6.4 版本,改进内容请看发行说明,下载:

https://github.com/FasterXML/jackson-core/archive/jackson-core-2.6.4.zip



来自:http://www.oschina.net/news/68792/jackson-2-6-4-and-2-5-5