Working with different data types
Using AJAX it is possible to retrieve and work with different types of data. In this example we will write jQuery code to work with JSON and XML.
- For XML we'll use a local file that contains a simple structure
- For JSON we'll use the public Flickr API to retrieve images that match a set of parameters
The XML data:
The JSON data:
Go To four