Converting a string to JSON object

var obj = JSON.parse(string);

Where string is your json string.

Leave a Comment