From b085f539168aeed3447ad02ac176f1330f59411a Mon Sep 17 00:00:00 2001 From: "shaojin.wensj" Date: Sat, 14 May 2022 12:45:39 +0800 Subject: [PATCH] update readme, 2.0.2 -> 2.0.3 --- README.md | 5 +++-- README_EN.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9028de379..cb0c85de0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - 支持`JSON/JSONB`两种协议,`JSONPath`是一等公民; - 支持全量解析和部分解析; - 支持`Java`服务端、客户端`Android`、大数据场景。 +- 支持kotlin ![fastjson](docs/logo.jpg "fastjson") @@ -40,7 +41,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.2 + 2.0.3 ``` @@ -54,7 +55,7 @@ com.alibaba fastjson - 2.0.2 + 2.0.3 ``` diff --git a/README_EN.md b/README_EN.md index dfd31f418..edd757762 100644 --- a/README_EN.md +++ b/README_EN.md @@ -20,6 +20,7 @@ - Supports the JSON and JSONB Protocols - Supports full parsing and partial parsing - Supports Java servers and Android Clients, and has big data applications. +- Supports Kotlin ![fastjson](docs/logo.jpg "fastjson") @@ -40,7 +41,7 @@ Related Documents: com.alibaba.fastjson2 fastjson2 - 2.0.2 + 2.0.3 ``` @@ -54,7 +55,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co com.alibaba fastjson - 2.0.2 + 2.0.3 ```