Archive | May 5th, 2012

Creating JSON document using Java and GSON API

May 5, 2012

1 Comment

We saw how to parse JSON using GSON API, in this post we would take a look at how the same GSON API can be used to create JSON from the Java objects. Please read this to get an idea of what GSON is. Diving right into the topic of this example, we would make use [...]

email