I am unable to access a json value
{\"phone\": [ { \"@attributes\": { \"type\": \"cell\", \"ext\": \"\" } }, \"(123) 456 7890\", { \"
I think your phone array is quite messy because you have:
phone
phone[0] === {'@attributes':...} phone[1] === '(123) 456 7890' phone[2] === {'@attributes':...}
Is that what you realy wanted to have there?