var str = '{"hello":"world"}'; var obj = JSON.parse(str); // this is how you parse a string into JSON