File tree Expand file tree Collapse file tree
src/test/java/com/baeldung/fastjson Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ This module contains articles about JSON.
88- [ Introduction to Moshi Json] ( https://www.baeldung.com/java-json-moshi )
99- [ Hypermedia Serialization With JSON-LD] ( https://www.baeldung.com/json-linked-data )
1010- [ Generate a Java Class From JSON] ( https://www.baeldung.com/java-generate-class-from-json )
11+ - [ A Guide to FastJson] ( https://www.baeldung.com/fastjson )
12+ - More Articles: [[ <-- prev]] ( /json )
Original file line number Diff line number Diff line change 1414 </parent >
1515
1616 <dependencies >
17+ <dependency >
18+ <groupId >com.alibaba</groupId >
19+ <artifactId >fastjson</artifactId >
20+ <version >${fastjson.version} </version >
21+ </dependency >
1722 <dependency >
1823 <groupId >org.jsonschema2pojo</groupId >
1924 <artifactId >jsonschema2pojo-core</artifactId >
142147 <properties >
143148 <jsoniter .version>0.9.23</jsoniter .version>
144149 <moshi .version>1.9.2</moshi .version>
150+ <fastjson .version>1.2.21</fastjson .version>
145151 </properties >
146152
147153</project >
Original file line number Diff line number Diff line change 1- package fast_json ;
1+ package com . baeldung . fastjson ;
22
33import com .alibaba .fastjson .JSON ;
44import com .alibaba .fastjson .JSONArray ;
Original file line number Diff line number Diff line change 1- package fast_json ;
1+ package com . baeldung . fastjson ;
22
33import com .alibaba .fastjson .annotation .JSONField ;
44
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ This module contains articles about JSON.
44
55### Relevant Articles:
66- [ Introduction to JSON Schema in Java] ( https://www.baeldung.com/introduction-to-json-schema-in-java )
7- - [ A Guide to FastJson] ( https://www.baeldung.com/fastjson )
87- [ Introduction to JSONForms] ( https://www.baeldung.com/introduction-to-jsonforms )
98- [ Introduction to JsonPath] ( https://www.baeldung.com/guide-to-jayway-jsonpath )
109- [ Introduction to JSON-Java (org.json)] ( https://www.baeldung.com/java-org-json )
@@ -14,3 +13,4 @@ This module contains articles about JSON.
1413- [ Iterating Over an Instance of org.json.JSONObject] ( https://www.baeldung.com/jsonobject-iteration )
1514- [ Escape JSON String in Java] ( https://www.baeldung.com/java-json-escaping )
1615- [ Reducing JSON Data Size] ( https://www.baeldung.com/json-reduce-data-size )
16+ - More Articles: [[ next -->]] ( /json-2 )
Original file line number Diff line number Diff line change 2626 </exclusion >
2727 </exclusions >
2828 </dependency >
29- <dependency >
30- <groupId >com.alibaba</groupId >
31- <artifactId >fastjson</artifactId >
32- <version >${fastjson.version} </version >
33- </dependency >
3429 <dependency >
3530 <groupId >org.json</groupId >
3631 <artifactId >json</artifactId >
7267
7368 <properties >
7469 <everit .json.schema.version>1.4.1</everit .json.schema.version>
75- <fastjson .version>1.2.21</fastjson .version>
7670 <jsonb-api .version>1.0</jsonb-api .version>
7771 <yasson .version>1.0.1</yasson .version>
7872 <json .version>20171018</json .version>
You can’t perform that action at this time.
0 commit comments