From cf6ff0c5a5271112947bddfb54749d49da799f20 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:46:54 +0800 Subject: [PATCH] Update README.md --- json-modules/gson-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/json-modules/gson-2/README.md b/json-modules/gson-2/README.md index 912f8b0a20..4d7d917cc0 100644 --- a/json-modules/gson-2/README.md +++ b/json-modules/gson-2/README.md @@ -6,3 +6,4 @@ This module contains articles about Gson - [Solving Gson Parsing Errors](https://www.baeldung.com/gson-parsing-errors) - [Difference between Gson @Expose and @SerializedName](https://www.baeldung.com/gson-expose-vs-serializedname) - [Resolving Gson’s “Multiple JSON Fields” Exception](https://www.baeldung.com/java-gson-multiple-json-fields-exception) +- [Using Static Methods Instead of Deprecated JsonParser](https://www.baeldung.com/java-static-methods-jsonparser-replacement)