jQuery parse JSON - From http://api.jquery.com/jQuery.parseJSON/
var obj = jQuery.parseJSON( '{ "name": "John" }' ); alert( obj.name === "John" );