js parse json into object and reverse code example Example: json opposite of stringify let s = '{"hello":"world"}'; let obj = JSON.parse(s);