Read and Write JSON to File using Gson
This article shows how to use Gson to write a Java object to a JSON file and read that JSON file back into a Java object. Table of contents: 1. Download Google Gson 2. A Java Object 3. Write Java object to JSON file using Gson 4. Read JSON from a file using Gson 5. …