* [JAVA-13945] Upgrade guava version to 31.1-jre * [JAVA-13945] Use guava.version property in child modules * [JAVA-13945] Use guava.version property in child modules * [JAVA-13945] revert changes Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
GSON
This module contains articles about Gson
Relevant Articles:
- Gson Deserialization Cookbook
 - Jackson vs Gson
 - Exclude Fields from Serialization in Gson
 - Save Data to a JSON File with Gson
 - Convert JSON to a Map Using Gson
 - Working with Primitive Values in Gson
 - Convert String to JsonObject with Gson
 - Mapping Multiple JSON Fields to a Single Java Field
 - Serializing and Deserializing a List with Gson
 - Compare Two JSON Objects with Gson