Locked lesson.
About this lesson
Introduction to JSON and why it is important.
Exercise files
Download this lesson’s related exercise files.
Intro To JSON.docx58.9 KB Intro To JSON - Solution.docx
59 KB
Quick reference
Intro To JSON
JSON stands for JavaScript Object Notation.
When to use
We use JSON primarily to pass data around the Internet.
Instructions
JSON is a great way to pass data around the Internet.
JSON isn't actually JavaScript, but it allows us to pull data from the Internet and incorporate it into our JavaScript program more easily.
A very basic example of some JSON is:
{"firstName":"John", "lastName":"Elder"}
Hints & tips
- JSON stands for JavaScript Object Notation
Lesson notes are only available for subscribers.