JavaScript Object Notation (JSON) is a lightweight, tree-structured data storage format with support for lists of key-value pairs (aka "maps"), arrays, and infinite nesting. It's the de facto data storage and transmission standard of the internet. It's widely used and most modern development languages handle JSON natively.

Benefits over .CSV

Drawbacks Compared to .CSV

Limitations


Related Notes

CSV

Plain Text Durability

YAML

JSON Schema

JSON-LD