update readme, 2.0.2 -> 2.0.3

This commit is contained in:
shaojin.wensj 2022-05-14 12:45:39 +08:00
parent 6db5b5d3c4
commit b085f53916
2 changed files with 6 additions and 4 deletions

View File

@ -20,6 +20,7 @@
- 支持`JSON/JSONB`两种协议,`JSONPath`是一等公民;
- 支持全量解析和部分解析;
- 支持`Java`服务端、客户端`Android`、大数据场景。
- 支持kotlin
![fastjson](docs/logo.jpg "fastjson")
@ -40,7 +41,7 @@
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```
@ -54,7 +55,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```

View File

@ -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:
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```
@ -54,7 +55,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```