Parsing JSON with AJAX
JSON AJAX Example
- JSON: JavaScript Object Notation
- Another way to structure our data
- Makes it easier to convert data into JavaScript Objects
- Not all browsers support the JSON parse command
- One way to get cross-browser support for free is to use jQuery (later)
Our example