Gson

Gson is a library that is provided by Google to help with the serialization and deserialization of Json to and from POJOs (Plain Old Java Objects). This library allows you to model a Java object with the same names as a JSON document and then have Gson return a Java object based upon the JSON. No more manually parsing JSON! Gson also works the other way around — it will take a Java object and convert it to JSON for you. Talk about productive! Download: http://code.google.com/p/google-gson/.

Get Android™ Tablet Application Development For Dummies® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.