Here is my json structure:
[{"id":"112","image_data":"http:\/\/elogistic.890m.com\/images\/111.png","image_tag":"232188933"},{"id":"113","image_data":"http:\/\/elogistic.890m.com\/images\/112.png","image_tag":"232188933"},{"id":"114","image_data":"http:\/\/elogistic.890m.com\/images\/113.png","image_tag":"232188933"}]
How can I get String "image_data" for each object per String ? example :
String 1 = "image_data"of object1
String 2 = "image_data"of object2
Thanks so much