a51caf51f3
* Added/created parent module (json-modules) * moved json(submodule) to json-modules(parent) * moved json-2(submodule) to json-modules(parent) * moved json-path(submodule) to json-modules(parent) * moved gson(submodule) to json-modules(parent) * deleted sub-modules that we moved to json-modules Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
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