
Learn JSON with JavaScript Objects and APIs in 1 hour
JSON is the most popular format for data exchange between applications. If you are interested in connected to a web API chances are its JSON formatted. Explore how JSON works and how to access the data contained within the JSON output. This course shows you how to work with JSON formatted data, output content, loop JSON data, Parse JSON and a whole lot more. JSON (JavaScript Object Notation) is a syntax for data. JSON is easier to use than XML and human readable. Most modern web APIs output data in JSON formats. Within this course you will learn What JavaScript objects are and how to create them How JavaScript objects can use Arrays to hold multiple items How JavaScript arrays work and store data See how data can be extracted out Explore different methods of working with the JSON data stringify and parsing Store and retrieve JSON data from storage Use AJAX to retrieve external JSON data for use within JavaScript Connect to various web APIs and output the r