ajax réponse JSON Decode indéfinie

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