mirror of https://github.com/alibaba/fastjson2.git
update readme, 2.0.2 -> 2.0.3
This commit is contained in:
parent
6db5b5d3c4
commit
b085f53916
|
|
@ -20,6 +20,7 @@
|
|||
- 支持`JSON/JSONB`两种协议,`JSONPath`是一等公民;
|
||||
- 支持全量解析和部分解析;
|
||||
- 支持`Java`服务端、客户端`Android`、大数据场景。
|
||||
- 支持kotlin
|
||||
|
||||

|
||||
|
||||
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||

|
||||
|
||||
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue