JSON
JSON Format
JavaScript Object Notation
JSON is a lightweight data-interchange format that is human-readable and easy for machines to parse. The standard format for web APIs.
| Property | Value |
|---|---|
| File Extension | .json |
| MIME Type | application/json |
| Category | document |
| Transparency | ✗ Not supported |
| Animation | ✗ Not supported |
| Lossy Compression | ✗ No |
| Lossless Compression | ✓ Yes |
| Vector-based | ✗ No |
| Browser Support | All major browsers |
| Best For | Web APIs, configuration files, data storage |
