This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
fastjson-1.2.42版本发布 Bug修复安全加固
Issues
- 增强Kotlin支持 #1569
- 修复Sourcebrella Inc反馈可能存在的空指针异常 #11613 #1614
- 增强JSON.toJSONBytes方法
- 修复SerializerFeature.WriteNullBooleanAsFalse在存在NameFilter时不起作用的问题
- 修复JSONCreator有setter时反序列化不对的问题 #1636
- 新增加Feature.NonStringKeyAsString,用于将非字符串Key反序列化为字符串 #1633
- 修复JSON.toJavaObject不能识别大小写不必配的问题 #1611
- 增加时间戳转LocalDate/LocalTime的支持 #1594
- 安全加固,ParserConfig新增防逆向分析防护