How to Parse Json object in android [duplicate]

You should use JSONObject and get the elements you want from it. Take a look at this question : How to parse JSON in Android
And this tutorial http://www.androidhive.info/2012/01/android-json-parsing-tutorial/ or google it for other tutorials

Leave a Comment