fastjson 1.2.52 版本发布了,这又是一个功能增强,以及 bug 修复的版本。主要是增强对 JSONPath 的支持。
Issues
- 增强JSONPath的支持,增强新的JSONPath.extract API,根据path按需解析JSON数据,大幅提升JSONPath的性能,可用于大数据分析场景。https://github.com/alibaba/fastjson/wiki/JSONPath_Extract
- SerializeWriter支持配置bufLocal大小,并改进缓存buf的算法。这是根据 @江南白衣 的建议做的改进。 https://github.com/alibaba/fastjson/wiki/Config_serializer_buffer_threshold_cn
- 修复反序列化是打开Feature.DisableCircularReferenceDetect时,某些场景会抛空指针的问题
- 增强JSONFeild.format对日期格式的支持,自动识别不带单引号的T格式 #2103
- 增强对joda日期库的支持
- JSONPath.contains支持对List
- 增强对guava的支持,支持HashMultimap #2132
相关链接
- 下载 http://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.52/
- 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98
- 源码 https://github.com/alibaba/fastjson/tree/1.2.52
转自 https://www.oschina.net/news/101913/fastjson-1-2-52-released