ADVANCED JSON

Reading complex JSON structures with jQuery

This page shows an example of reading complex nested data using the JSON format (first example). This should help to understand how to manage actual JSON data using JavaScript Object Literal notation.

Results of the first call: reading data from a complex JSON structure (the json_data_2.js file).

Results of the second call: reading data from a remote backend page, which provides JSON data depending by an input parameter. The backend page should be available here.

To invoke the remote JSON call (second example) pass the mouse hover following labels:

English Italian German

For details have a look to HTML code of this page.

Sources

HOME