发布于 2016-07-04 10:28:42 | 171 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Jackson 高性能的JSON处理

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


Jackson 2.8.0 正式发布了,

本次发布主要改进记录如下:

#86: Allow inclusion of request body for `JsonParseException`
 (contributed by LokeshN)
#117: Add `JsonParser.Feature.ALLOW_MISSING_VALUES` to support for missing values
 (contributed by LokeshN)
#136: Add `JsonpCharacterEscapes` for easier handling of potential problems
 with JSONP and rare but technically allowed u2028 and u2029 linefeed characters
#253: Add `JsonGenerator. writeEmbeddedObject()` to allow writes of opaque native types
 (suggested by Gregoire C)
#255: Relax ownership checks for buffers not to require increase in size
#257: Add `writeStartObject(Object pojo)` to streamline assignment of current value
#265: `JsonStringEncoder` should allow passing `CharSequence`
 (contributed by Mikael S)
#276: Add support for serializing using `java.io.DataOutput`
#277: Add new scalar-array write methods for `int`/`long`/`double` cases
#279: Support `DataInput` for parsing
#280: Add `JsonParser.finishToken()` to force full, non-lazy reading of current token
#281: Add `JsonEOFException` as sub-class of `JsonParseException`
#282: Fail to report error for trying to write field name outside Object (root level)
#285: Add `JsonParser.getText(Writer)`
 (contributed by LokesN)
#290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection
#294: Add `JsonGenerator.writeFieldId(long)` method to support binary formats
 with non-String keys
#296: `JsonParserSequence` skips a token on a switched Parser
 (reported by Kevin G)
- Add `JsonParser.currentToken()` and `JsonParser.currentTokenId()` as replacements
  for `getCurrentToken()` and `getCurrentTokenId()`, respectively. Existing methods
will likely be deprecated in 2.9.

下载地址:



历史版本 :
Jackson 2.9.4 发布,高性能 JSON 处理
Jackson 2.8.11 发布,高性能 JSON 处理
Jackson 2.9.3 发布,高性能 JSON 处理
Jackson 2.9.2 发布,高性能 JSON 处理
Jackson 2.9.1 发布,高性能 JSON 处理
Jackson 2.8.10 发布,高性能 JSON 处理
Jackson 2.9.0 发布,高性能 JSON 处理
Jackson 2.9.0.pr4 发布,高性能 JSON 处理
Jackson 2.8.9 发布,高性能 JSON 处理
Jackson 2.9.0.pr3 发布,高性能 JSON 处理
Jackson 2.8.8 发布,高性能 JSON 处理
Jackson 2.9.0.pr2 发布,高性能 JSON 处理
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务