Hello,
I have the following JSON:
{
"@id": "hey there",
"id": "hey there 2"
}
I can easily parse "id" with json.id but how can I get the value of "@id" using jquery's inbuilt JSON parser?
As calling "json.@id" is not correct.
Thanks