parseJSON throwing error
parseJSON throwing error
Hi,
I have json data but unable to view it using parseJSON.
Uncaught SyntaxError: Unexpected token o
this is what I am trying:
success: function(data)
{
var response = $.parseJSON(data);
alert(response.person_id);
},
Topic Participants
jrahma
subhranil.dalal
kbwood.au