I am getting this string as json
response from my handler. And now i want to display only the Name value in alert, just to test the functionality.... How can i do this?
String is in below:
{
"files": [
{
"Thumbnail_url": null,
"Name": "Chrysanthemum.jpg",
"Length": 879394,
"Type": "image/jpeg"
}
]
}