BAEL-3326, "Optimizing JSON Schema for production use":

Added article to README.md.
This commit is contained in:
Karsten Silz 2020-09-07 12:22:18 +01:00
parent 56f09fa1d5
commit 8695b88a3e
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@ This module contains articles about JSON.
- [Get a Value by Key in a JSONArray](https://www.baeldung.com/java-jsonarray-get-value-by-key)
- [Iterating Over an Instance of org.json.JSONObject](https://www.baeldung.com/jsonobject-iteration)
- [Escape JSON String in Java](https://www.baeldung.com/java-json-escaping)
- [Reducing JSON Data Size](https://www.baeldung.com/reducing-json-data-size)