19 lines
994 B
Markdown
19 lines
994 B
Markdown
## JSON
|
|
|
|
This module contains articles about JSON.
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Introduction to Jsoniter](https://www.baeldung.com/java-jsoniter)
|
|
- [Introduction to Moshi Json](https://www.baeldung.com/java-json-moshi)
|
|
- [Hypermedia Serialization With JSON-LD](https://www.baeldung.com/json-linked-data)
|
|
- [Generate a Java Class From JSON](https://www.baeldung.com/java-generate-class-from-json)
|
|
- [A Guide to FastJson](https://www.baeldung.com/fastjson)
|
|
- [Check Whether a String Is Valid JSON in Java](https://www.baeldung.com/java-validate-json-string)
|
|
- [Getting a Value in JSONObject](https://www.baeldung.com/java-jsonobject-get-value)
|
|
- [Pretty-Print a JSON in Java](https://www.baeldung.com/java-json-pretty-print)
|
|
- [Remove Whitespaces From a JSON in Java](https://www.baeldung.com/java-json-minify-remove-whitespaces)
|
|
- [Programmatic Generation of JSON Schemas in Java](https://www.baeldung.com/java-json-schema-create-automatically)
|
|
- More Articles: [[<-- prev]](/json-modules/json)
|
|
|