showing results for - "json opposite of stringify"
Lorenzo
09 Mar 2020
1let s = '{"hello":"world"}';
2let obj = JSON.parse(s);