Reputation: 45
I am trying to parse a json
{"objects":[{"obimages":["obj_icon\/133431837745.jpg","obj_icon\/1334318377319.jpg","obj_icon\/1334318378384.jpg","obj_icon\/1334318378ajmer21.jpg","obj_icon\/1334318378df.jpg"]}
}
i have to get the values in "obimages" individually. can any one please help me.
Upvotes: 0
Views: 1655
Reputation: 12134
Refer this site, this will explain how to parse a jason link, http://www.androidhive.info/2012/01/android-json-parsing-tutorial/
Upvotes: 1