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.
0 Comments