Skip to content

fastjson-1.2.14 修复BUG功能增强

Compare
Choose a tag to compare
@wenshao wenshao released this 17 Jul 14:17
· 2273 commits to master since this release

这是一个BUG修复功能增强的迭代版本,功能增强都和JSONPath有关。

Bug Fixed

  1. 修复在某些场景下无法兼容JDK5/6/7的问题 #700
  2. 修复定制typeKey不起作用的问题 #710

功能增强

  1. JSONPath新增unset方法 #708
  2. JSONPath过滤条件支持boolean和double类型 #722
  3. JSONPath支持8级以上 #726
  4. JSONPath.set方法支持多级原来不存在的路径 #727
  5. JSONPath新增方法paths方法返回所有的path列表 #709
  6. JSONPath支持deepScan操作.. #725

相关链接