Read API responses
Beautify compact response bodies while debugging integrations, webhooks and command-line output.
Format tool
Format or minify JSON online in your browser. Beautify compact payloads, validate syntax and keep data private.
Your input and result are not sent to JSON Hearth or stored on a server.
When to use it
Formatting adds indentation and line breaks so a compact payload is easier to read. Minifying removes unnecessary whitespace for copying or transport.
Beautify compact response bodies while debugging integrations, webhooks and command-line output.
Normalize indentation before reviewing or committing JSON configuration files.
Minify valid JSON when you need a compact representation for logs, examples or payloads.
How it works
Paste a value, open a local file or begin with the working sample.
The transformation executes in your browser, not on our servers.
Check the output, then copy or download it for your next task.
Important limitations
Formatting requires syntactically valid JSON and does not silently repair malformed input.
Minification removes whitespace only; it does not compress the data or change keys and values.
Common questions
No. Your input is processed by code running in your browser and is not sent to an application server.
Yes. The tool is free, requires no account and can be used directly in the browser.
No. Formatting changes whitespace and indentation while preserving the parsed data structure.
Use the JSON repair tool for common syntax mistakes. Review repaired output before relying on it.