Introduction
In this article, we will understand JSON data objects in JavaScript. In JavaScript, the normal data (in the form of a class) and JSON are both treated as an object and using the property of object we can extract values.
In the following example let us define one simple data object and using the property of that we will access the value. The representation of the data is very much similar to a JSON data format.
Summary
In this article, we learned about the JSON/object in JavaScript. In a future article, we will learn more basic concepts of JavaScript.