JSON is particularly easy to use in web applications because JSON is JavaScript. A
JSON text can be turned into a useful data structure with the eval function:
var myData = eval('(' + myJSONText + ')');
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.