JSON + JQuery

The assignment was to convert this XML file into JSON (find it here), and then parse it using JavaScript.

This is what I came up with:

I pulled the relevant season, episode, and song information by parsing the JSON with a little jQuery action. I also added some animation effects with jQuery, and even pulled a YouTube feed using Google’s Video Search API. If you missed the link above, you can check out the site here.