16 lines
607 B
Markdown
Raw Normal View History

## JSON
This module contains articles about JSON.
### Relevant Articles:
2020-08-20 17:49:05 +08:00
2020-02-10 14:32:08 +08:00
- [Introduction to Jsoniter](https://www.baeldung.com/java-jsoniter)
2020-03-18 12:20:03 +08:00
- [Introduction to Moshi Json](https://www.baeldung.com/java-json-moshi)
2020-08-20 17:49:05 +08:00
- [Hypermedia Serialization With JSON-LD](https://www.baeldung.com/json-linked-data)
2021-09-15 22:01:49 +08:00
- [Generate a Java Class From JSON](https://www.baeldung.com/java-generate-class-from-json)
2021-12-06 18:53:41 +05:30
- [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)
2022-06-24 22:13:17 +05:30
- More Articles: [[<-- prev]](/json-modules/json)