java-tutorials/json-2/README.md

13 lines
491 B
Markdown
Raw Normal View History

## JSON
This module contains articles about JSON.
### Relevant Articles:
2020-08-20 05:49:05 -04:00
2020-02-10 01:32:08 -05:00
- [Introduction to Jsoniter](https://www.baeldung.com/java-jsoniter)
2020-03-18 00:20:03 -04:00
- [Introduction to Moshi Json](https://www.baeldung.com/java-json-moshi)
2020-08-20 05:49:05 -04:00
- [Hypermedia Serialization With JSON-LD](https://www.baeldung.com/json-linked-data)
2021-09-15 10:01:49 -04:00
- [Generate a Java Class From JSON](https://www.baeldung.com/java-generate-class-from-json)
2021-12-06 08:23:41 -05:00
- [A Guide to FastJson](https://www.baeldung.com/fastjson)
- More Articles: [[<-- prev]](/json)