Key Points About JSON

Java Script Object Notation (JSON)

All credits goes to Raghav Pal. Here I am just collecting all content into a single post.

Raghav Pal channel - https://www.youtube.com/channel/UCTt7pyY-o0eltq14glaG5dg



  • JSON is a lightweight data interchange format. 
  • Easy for humans to read and write.
  • Machines can easily parse and generate JSON.
  • Based on subset of Java Programming Language.


In the below image Language is an array & under this array there are two objects in {} braces.






In users array there are two objects having key value pairs.







Post a Comment

0 Comments