From 8695b88a3ea901cdf982f6171a3067e1fb1b4e51 Mon Sep 17 00:00:00 2001 From: Karsten Silz Date: Mon, 7 Sep 2020 12:22:18 +0100 Subject: [PATCH] BAEL-3326, "Optimizing JSON Schema for production use": Added article to README.md. --- json/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/json/README.md b/json/README.md index 0e50dcfddb..cfee611f4a 100644 --- a/json/README.md +++ b/json/README.md @@ -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)