OF IO JSON USER GUIDE

obj = JSON.parse(text); document.getElementById("demo").innerHTML = ... This can be omitted if you convert your functions into strings before running the JSON.stringify() function. ... The content is written in JSON format, and can easily be converted into a JavaScript object. ................
................