How to retrieve data for JSON
Hi,
I need to retrieve data from JSON and store in datatable. JSON is having a multiple tags. Please refer a below JSON data. Please let me know if anyone have a solution for it. Thanks in advance.
{"PhoneLocationList": {"PhoneLocation": [{
"PhoneNo": "1234567890",
"Status": "Success",
"Location": {
"latitude": 50.3,
"longitude": 20.2,
"altitude": 3000,
"accuracy": 60,
"timestamp": "2013-06-24T10:50:57.000+0530"
}
}]}}
Thanks and Regards,
Vaibhav Sharma

