java-tutorials/json-modules/json-2/README.md

19 lines
994 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)
2023-05-27 06:41:33 -04:00
- [Check Whether a String Is Valid JSON in Java](https://www.baeldung.com/java-validate-json-string)
2022-12-22 09:38:21 -05:00
- [Getting a Value in JSONObject](https://www.baeldung.com/java-jsonobject-get-value)
2023-07-19 07:03:49 -04:00
- [Pretty-Print a JSON in Java](https://www.baeldung.com/java-json-pretty-print)
2023-08-02 08:56:47 -04:00
- [Remove Whitespaces From a JSON in Java](https://www.baeldung.com/java-json-minify-remove-whitespaces)
2023-08-24 09:54:27 -04:00
- [Programmatic Generation of JSON Schemas in Java](https://www.baeldung.com/java-json-schema-create-automatically)
2022-06-24 12:43:17 -04:00
- More Articles: [[<-- prev]](/json-modules/json)