Monday:
jQuery reading JSON: Books or cars?
$.getJSON('CarFacts.json', function (data) {
JSON_Response = data; //JSON_Response declared globally
//alert(JSON_Response.cars[0].carManufacturer);
}); //end getJSON
CarFacts.zip
CarFacts.json
Books.zip
CarFacts/CarFacts_f15.html
To look at a page that reads a JSON file locally (on the client),
open the page using Mozilla Firefox. And open the page from
the file system, not from Visual Studio.
What is JSON? Introduction (Part 1/4)
http://jsonlint.com/ (The JSON Validator)
http://jsoneditoronline.org/