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.

The XML data:

The JSON data:

Go To four