What is JSON?
JSON stands for JavaScript Object Notation. It is a format used for storing and sharing data in a way that is easy to read and write for both humans and machines.
Why Use JSON?
JSON is popular because it is simple and lightweight, making it perfect for web applications. For example, when you use an app on your phone or visit a website, they might use JSON to send and receive data.
How is JSON Structured?
JSON is built on two main structures:
- Objects: These are collections of key-value pairs. An object is defined using curly braces `{}`. For example:
{