Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • "If you are asking to process at client side it depends on your programming language. For example with Java you can use google-gson" I think you probably meant "server" rather than "client" there. And he did tag his question "Java". Commented Mar 9, 2011 at 12:59
  • +1. I've used Gson in 4-5 projects now, in quite different contexts, server and client side (also in Android app), and it has never failed me. Very nice & clean lib. Commented Oct 31, 2013 at 18:21
  • If you want to use gson but don't have a pre defined POJO class (i.e. you have a generic json without a pre defined structure), this answer may help - stackoverflow.com/questions/4110664/… Commented Feb 1, 2018 at 21:03