Java 高性能 JSON 处理,Jackson 2.6.2 发布

jopen 9年前

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

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

#213: Parser is sometimes wrong when using CANONICALIZE_FIELD_NAMES
 (reported by ichernev@github)
#216: ArrayIndexOutOfBoundsException: 128 when repeatedly serializing to a byte array
 (reported by geekbeast@github)

下载:<a href="/misc/goto?guid=4958962229547756567" _src="https://github.com/FasterXML/jackson-core/releases">https://github.com/FasterXML/jackson-core/releases</a>