java-tutorials/gson/README.md

14 lines
664 B
Markdown
Raw Normal View History

2014-08-23 03:56:38 -04:00
=========
2014-08-23 04:00:20 -04:00
## GSON Cookbooks and Examples
2014-08-23 03:56:38 -04:00
2016-02-08 05:19:34 -05:00
### Relevant Articles:
2016-02-08 05:20:01 -05:00
- [Gson Deserialization Cookbook](http://www.baeldung.com/gson-deserialization-guide)
2016-10-04 05:00:35 -04:00
- [Jackson vs Gson](http://www.baeldung.com/jackson-vs-gson)
- [Exclude Fields from Serialization in Gson](http://www.baeldung.com/gson-exclude-fields-serialization)
- [Save Data to a JSON File with Gson](https://www.baeldung.com/gson-save-file)
- [Convert JSON to a Map Using Gson](https://www.baeldung.com/gson-json-to-map)
2019-01-04 07:25:40 -05:00
- [Working with Primitive Values in Gson](https://www.baeldung.com/java-gson-primitives)
- [Convert String to JsonObject with Gson](https://www.baeldung.com/gson-string-to-jsonobject)