2121- Supports full parsing and partial parsing.
2222- Supports Java servers and Android Clients, and has big data applications.
2323- Supports Kotlin [ https://alibaba.github.io/fastjson2/kotlin_en ] ( https://alibaba.github.io/fastjson2/kotlin_en )
24- - Supports Android [ (2.0.5 .android)] ( https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5 .android/ )
25- - Supports ` Graal Native-Image ` [ (2.0.5 .graal)] ( https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5 .graal/ )
24+ - Supports Android [ (2.0.6 .android)] ( https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6 .android/ )
25+ - Supports ` Graal Native-Image ` [ (2.0.6 .graal)] ( https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6 .graal/ )
2626- Supports ` JSON Schema ` [ https://alibaba.github.io/fastjson2/json_schema_cn ] ( https://alibaba.github.io/fastjson2/json_schema_cn )
2727
2828![ fastjson] ( docs/logo.jpg " fastjson ")
@@ -46,15 +46,15 @@ Related Documents:
4646<dependency >
4747 <groupId >com.alibaba.fastjson2</groupId >
4848 <artifactId >fastjson2</artifactId >
49- <version >2.0.5 </version >
49+ <version >2.0.6 </version >
5050</dependency >
5151```
5252
5353` Gradle ` :
5454
5555``` groovy
5656dependencies {
57- implementation 'com.alibaba.fastjson2:fastjson2:2.0.5 '
57+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.6 '
5858}
5959```
6060
@@ -72,15 +72,15 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co
7272<dependency >
7373 <groupId >com.alibaba</groupId >
7474 <artifactId >fastjson</artifactId >
75- <version >2.0.5 </version >
75+ <version >2.0.6 </version >
7676</dependency >
7777```
7878
7979` Gradle ` :
8080
8181``` groovy
8282dependencies {
83- implementation 'com.alibaba:fastjson:2.0.5 '
83+ implementation 'com.alibaba:fastjson:2.0.6 '
8484}
8585```
8686
@@ -94,15 +94,15 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use
9494<dependency >
9595 <groupId >com.alibaba.fastjson2</groupId >
9696 <artifactId >fastjson2-kotlin</artifactId >
97- <version >2.0.5 </version >
97+ <version >2.0.6 </version >
9898</dependency >
9999```
100100
101101` Kotlin Gradle ` :
102102
103103``` kotlin
104104dependencies {
105- implementation(" com.alibaba.fastjson2:fastjson2-kotlin:2.0.5 " )
105+ implementation(" com.alibaba.fastjson2:fastjson2-kotlin:2.0.6 " )
106106}
107107```
108108
@@ -116,15 +116,15 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas
116116<dependency >
117117 <groupId >com.alibaba.fastjson2</groupId >
118118 <artifactId >fastjson2-extension</artifactId >
119- <version >2.0.5 </version >
119+ <version >2.0.6 </version >
120120</dependency >
121121```
122122
123123` Gradle ` :
124124
125125``` groovy
126126dependencies {
127- implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.5 '
127+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.6 '
128128}
129129```
130130
0 commit comments