Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
Gson API is a very useful API that enables you to marshal Java objects to JSON objets and unmarshall json objects to java objects. In this tutorial we will see how easy we can marshall an object model to JSON objects.