I am unable to access a json value
{\"phone\": [ { \"@attributes\": { \"type\": \"cell\", \"ext\": \"\" } }, \"(123) 456 7890\", { \"
since phone is an array, try this,
phone
for(var i=0;i
Also surround your response with {, as it is currently an invalid json.
{