Skip to content

Shruti1312/HandlingBigJSON-with-JavaScript

Repository files navigation

HandlingBigJSON-with-JavaScript

Objectives

  • Become familiar with the navigating JavaScript JSON objects;
  • Use of JSON.parse parser and synchronous XMLHttpRequest;
  • Transform the content of a JSON document into an HTML page.

About the webPage

It is an HTML/JavaScript program, which takes the URL of a JSON document containing top car manufacturers information, parses the JSON file, and extracts the list of top car manufacturers, displaying them in a table. The JavaScript program will be embedded in an HTML file so that it can be executed within a browser.

Note: The folder contains many kinds of JSON files to show different way of handling JSON.