json opposite of stringify

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

Also in JavaScript: