Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

json opposite of stringify

let s = '{"hello":"world"}';
let obj = JSON.parse(s);
 
PREVIOUS NEXT
Tagged: #json #stringify
ADD COMMENT
Topic
Name
7+2 =