Gson User Guide
This article is compiled from the official Gson User Guide. Gson’s performance is competitive with other JSON frameworks, and being Google-maintained makes it a solid choice for Java/Android JSON processing. Gson is a Java library developed by Google for serializing Java objects to JSON and deserializing JSON strings back to Java objects. ...