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