Data format

.json

JavaScript Object Notation — a lightweight text format for structured data.

Category
Data
Best for
APIs, configuration
Extension
.json

When to use it

Use JSON when apis, configuration. It is the right pick whenever those constraints apply.

When to avoid it

Reach for an alternative format in the data category when your workflow has different priorities — see related formats below.

Related data formats