rafaelmaeuer
2/16/2017 - 11:18 AM

jQuery parse JSON - From http://api.jquery.com/jQuery.parseJSON/

jQuery parse JSON - From http://api.jquery.com/jQuery.parseJSON/

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