json_decode jquery

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

Also in JavaScript: