What is JSON?

JSON (JavaScript Object Notation) is a lightweight, text-based format for representing structured data as key–value pairs and arrays. It is the de facto standard for web APIs and configuration because it is both human-readable and easy for machines to parse.

Despite the name, JSON is language-independent and supported everywhere. It represents objects, arrays, strings, numbers, booleans, and null.

Work with JSON directly in your browser.

Open the JSON Formatter

More terms