AXS TXTAXS TXT

JSON

JSON (JavaScript Object Notation) is a simple text format for structured data, built from key–value pairs and arrays. It's the most common format for APIs and config files because it's easy for both people and machines to read.

Valid JSON must follow strict rules — double-quoted keys, no trailing commas — which is why a formatter that also validates is handy.

Use the JSON formatter to pretty-print, minify and validate JSON.

Try JSON Formatter

Open JSON Formatter