
1 hours
20 Lectures
1 Resources
Lifetime Access
30-Days Money Back Guarantee
JavaScript Object Notation (JSON) is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types. It is a very common data format, with a diverse range of applications.
JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data. The official Internet media type for JSON is application/json. JSON filenames use the extension .json.
AJAX ("Asynchronous JavaScript + XML") is a set of web development techniques using many web technologies on the client side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously (in the background) without interfering with the display and behavior of the existing page. By decoupling the data interchange layer from the presentation layer, Ajax allows web pages and, by extension, web applications, to change content dynamically without the need to reload the entire page.
In practice, modern implementations commonly utilize JSON instead of XML.
JavaScript Objects and how they are used in code to retrieve values and store groups of related data sets
JavaScript Arrays - a data structure commonly used in JSON to contain Objects
JSON vs JavaSCript Objects
Iterate Array Contents
JSON parse and Stringify
Tools online to help connect to endpoints and debug AJAX requests
Use of JavaScript Fetch to return content
GET and POST methods to web endpoints
Various examples of open web APIs
Source Code is included.
1 hours
20 Lectures
1 Resources
Lifetime Access
30-Days Money Back Guarantee
Feedbacks (0)