Hi, I'm used to PHP, and decoding json data is just a line of code. What would be the easiest way to do this in java?
I tried several JSON parsers. This is my favorite..
ZZ Coder
2009-12-18 14:23:27
+6
A:
Pick one of the libraries from the Java section at the bottom of the json.org page.
moonshadow
2009-12-18 12:16:16
Gson rocks. http://stackoverflow.com/questions/1688099/converting-json-to-java/1688182#1688182
BalusC
2009-12-18 12:23:42
A:
I like Flexjson. It's lightweight and easy to use.
But I admit that I haven't bothered to compare all the alternatives :-)
Eli Acherkan
2009-12-18 13:04:35