Convert Java objects to from JSON using Gson
This article shows how to convert Java objects to from JSON using Gson. Table of contents: 1. Download Google Gson 2. Gson Basic Usages 3. Java Object 4. Convert Object to JSON using Gson 5. Converts JSON to Java Object using Gson 6. Modify JSON with JsonElement 7. Converts Json Array to List objects 8. […]