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?
Decoding json in java is not too hard. Google's gson api handles json data very well. A tutorial on decoding json data using gson is there in my blog http://preciselyconcise.com/apis_and_installations/json_to_java.php