Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Feb 23, 2023
1 parent 1d2bdeb commit cd9114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- `FASTJSON 2``FASTJSON`项目的重要升级,和FASTJSON 1相比,性能有非常大的提升,解决了autoType功能因为兼容和白名单的安全性问题。
- 性能极致,性能远超过其他流行JSON库,包括jackson/gson/org.json,性能数据: [https://github.com/alibaba/fastjson2/wiki/fastjson_benchmark](https://github.com/alibaba/fastjson2/wiki/fastjson_benchmark)
- 支持JDK新特性,包括`JDK 11`/`JDK 17`,针对`compact string`优化,支持Record,支持`GraalVM Native-Image`
- 完善的[`JSONPath`](https://alibaba.github.io/fastjson2/jsonpath_cn)支持,支持SO/IEC TR 19075-6的JSONPath语法
- 完善的[`JSONPath`](https://alibaba.github.io/fastjson2/jsonpath_cn)支持,支持[SQL:2016](https://en.wikipedia.org/wiki/SQL:2016)的JSONPath语法
- 支持`Android 8+`,客户端和服务器一套API
- 支持`Kotlin` [https://alibaba.github.io/fastjson2/kotlin_cn](https://alibaba.github.io/fastjson2/kotlin_cn)
- 支持`JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn)
Expand Down

0 comments on commit cd9114b

Please sign in to comment.