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