JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate.
JSON uses a key-value pair structure to represent data, making it ideal for data storage and exchange.
Common Use Cases