About JSON Formatter
Minified JSON is unreadable by design — every byte of whitespace is stripped because it costs bandwidth. Formatting puts the structure back so you can actually see what a response contains and where a field sits.
Choose two spaces, four spaces or tabs, and optionally sort object keys alphabetically, which makes two versions of the same response far easier to compare. The tree view is the faster way into a large document: collapse what you do not need and the shape becomes obvious.
How to format JSON
Paste your JSON
An API response, a config file, anything.
Choose your indentation
Two spaces, four spaces or tabs.
Copy the result
Take it to your clipboard or download it as a .json file.