Description
Learn everything you need to know about JSON in 10 minutes.
You will learn: - what JSON is, - why JSON is important, - what JSON is used for, - the syntax of JSON, - and see multiple examples of JSON. JSON (JavaScript Object Notation) is the most popular data representation format, and is one of the most important, and easiest concepts you can learn in programming.
It allows you to create APIs, config files, and structured data. We will be covering all of the terminology, and going through live examples of all the different JSON types.