Ajax Responce JSON Decode indefinido
var obj = jQuery.parseJSON( '{ "name": "John" }' );
alert( obj.name === "John" );
Sergiu The Man
var obj = jQuery.parseJSON( '{ "name": "John" }' );
alert( obj.name === "John" );