JSON en face de Stringify

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