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.
Important limitations
Common questions
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.