Description
Explore JSON and how you can use JSON data from an API to update your page contents.JSON is short for JavaScript Object Notation which is the most commonly used data standard format for transferring of data. Its human readable which makes it easy to read. Its used across all modern programming language. Because its based off JavaScript Objects understanding of how to get content from JavaScript object and arrays is essential in being able to better make use of data with JSON.
2023-05-07