
I have applied some colour combinations so that it is easy for you to understand a respective section. Let’s look at one of the snippets of JSON data (a tiny one). This is the super important thing right the first thing, it should be within the curly braces.

The very first thing that you will notice with any JSON data is, complete information is enclosed within a pair of curly braces. JSON data can have the object, which is placed under the curly braces, array/list, numbers (int, float), strings, boolean and even null values.



Listed below are simple prerequisites for this tutorial. In this section, you will learn a quick introduction of JSON, what it is, how to use them, and most importantly, how to view the JSON data in a much cleaner way using open source Notepad++ text editor. Every programmer/developer must know about JSON. All of them, and several others, uses JSON format to store and transmit information. JSON is used in several applications such as API request/response, holding tax information, data for communicating between two programming languages, software configurations, preferences setting, web app data, crypto information, and the list is infinite. It came as a superior alternative to XML. JSON is becoming extremely popular in the recent past because of its simplicity, wide acceptance and lightweight nature. It is a widely used text data format to exchange information between two devices over the internet or other medium of communication. If you are into tech or programming, chances are pretty high that you know the term JSON.
