JSON (JavaScript Object Notation)
Meaning
A lightweight data interchange format.
Usage Examples
- JSON is often used to transmit data between a server and web application.
- JSON is easy for humans to read and write, and easy for machines to parse and generate.
- APIs commonly use JSON to exchange data.
- JavaScript objects can be converted to JSON strings using JSON.stringify().