Click the following button to load the data using jQuery's GET method (Ajax)
Next, Click the following button to convert that stuff (which is just a string) to JavaScript object, using the browser's
JSON.parse()
function.
Finally, go into Firebug to look at this stuff. I recommend the
dir()
function:
>>> book_string.length >>> book_object >>> dir(book_object)