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