What is JSON?

JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate. It is the standard format used by APIs worldwide.

JSON Structure

JSON has two core structures: Objects (key-value pairs in { }) and Arrays (ordered lists in [ ]).

Data Types

Common Mistakes

Format, minify and validate your JSON with our JSON Formatter tool.