这又是一个Bug修复的小版本,更好支持kotlin、嵌套泛型、jsonpath。
Issues
- 修复多级泛型的里层无法正常解析的问题 #1763 #569
- 修复kotlin在某些特别场景下反序列化不对的问题 #1750
- 修复float超过精度导致负数的问题 #1723
- jsonpath支持条件组合 #1733
相关链接
- 下载 http://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.47/
- 文档 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.47
转自 http://www.oschina.net/news/94245/fastjson-1-2-47