github alibaba/fastjson 1.2.52
fastjson 1.2.52版本发布

latest releases: 1.2.83, 1.2.80, 1.2.79...
5 years ago

这又是一个功能增强bug修复的版本。主要是增强对JSONPath的支持。

Issues

  1. 增强JSONPath的支持,增强新的JSONPath.extract API,根据path按需解析JSON数据,大幅提升JSONPath的性能,可用于大数据分析场景。https://github.com/alibaba/fastjson/wiki/JSONPath_Extract
  2. SerializeWriter支持配置bufLocal大小,并改进缓存buf的算法。这是根据 @江南白衣 的建议做的改进。 https://github.com/alibaba/fastjson/wiki/Config_serializer_buffer_threshold_cn
  3. 修复反序列化是打开Feature.DisableCircularReferenceDetect时,某些场景会抛空指针的问题
  4. 增强JSONFeild.format对日期格式的支持,自动识别不带单引号的T格式 #2103
  5. 增强对joda日期库的支持
  6. JSONPath.contains支持对List
  7. 增强对guava的支持,支持HashMultimap #2132

相关链接

Don't miss a new fastjson release

NewReleases is sending notifications on new releases.