This is part of my json response
"imagePath" : thing.photo.urls.original, "productId" : thing.id, "productName" : thing.productName,This json is within a loop and is created as per the size of this loop. What i want to do is in my key 'imagePath' i get the image url and i am trying to set the image in another controller. But unable to do so. M i doing it the right way.