To parse JSON in JQuery, we will see the example
var json = ‘{“name”: “Guru 99”, “Description “: “Learn PHP Interactively with PHP Beginner Tutorials}
obj = $.parseJSON(json);
//alert(obj.name);