Submodule 13.3: Object Notation

What is JSON?

The initials of JSON stands for JavaScript Object Notation. 

Using JSON, we can store and transport data.

We use JSON in order to sent data from a server to a page or vice versa.

As you will see, the format of a JSON object is very similar to the one we are using to create JavaScript Objects.