What is JSON?

JavaScript Object Notation

JSON is commonly used for APIs, configuration and data exchange.

In plain English

A text format for structured data using objects, arrays, strings, numbers and other simple values.

Related terms