From cd9114bb44496d0a45d6f496f57837ff13ca9a0f Mon Sep 17 00:00:00 2001 From: "shaojin.wensj" Date: Fri, 24 Feb 2023 04:23:11 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448dd43664..1c346cbbb7 100644 --- a/README.md +++ b/README.md @@ -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)