Learn to convert Java Objects to JSON data with Gson.
Created by Google, Gson is open source and available on GitHub here : https://github.com/google/gson . It can be used to convert Java Objects into JSON format. At the opposite, it can be used to convert JSON string to Java objects.