AJAX Respon Json Decode tidak ditentukan

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