JSON oposto de stringify

let s = '{"hello":"world"}';
let obj = JSON.parse(s);
Outstanding Ocelot