356ef842f0
* How to compare json objects using gson article * static Assert import IsObject assert has been deleted * compare strings test failure example |
||
---|---|---|
.. | ||
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