JSON
JSON (JavaScript Object Notation) is a lightweight, text-based data format used to store and exchange structured data in a simple, readable way.
- Uses key–value pairs and arrays
- Easy for humans to read and machines to parse
- Commonly used in APIs, configuration files, and data exchange
| simple.py | |
|---|---|