fastjson v1.2.51 Release Notes

Release Date: 2018-10-01 // over 5 years ago
  • 这又是一个BUG修复安全加固版本。

    Issues

    1. 修复1.2.50引入的JSONObject.getInt不支持float/double到int/long转换的问题
    2. 修复ServiceLoader捕捉异常不完全的问题
    3. 增强对Jackson的兼容 📜 4. fastjson.properties配置支持parser.features.NonStringKeyAsString配置
    4. 修复JSONArray/JSONObject的readObject在xstream环境下报错的问题
    5. 增强日期格式支持,支持半小时时区和45分钟时区
    6. 新增加joda日期库的支持,支持DateTime/LocalDate/LocalDateTime/LocalTime/Instant/Period/Duration/DateTimeZone/DateTimeFormatter
    7. 新增JSONPath.extract方法,能根据jsonpath按需解析JSON,大幅提升json解析性能,适用于大数据分析场景。
    8. 增强安全防护

    相关链接