[
{
"id":"26",
"latitude":"10.308749502342007",
"longitude":"123.88429984649656"
},
{
"id":"28",
"latitude":"10.313816172726275",
"longitude":"123.89030799468992"
}
]
I have this json array from php
and I want to alert the id which is 26. How can I do that.I am using $.ajax
. Any help would be highly appreciated.
Thanks in advance.
You should use JSON.parse to convert JSON string to javascript Object