API payload cleanup
Format responses before you paste them into tickets or docs.
Documentation
Validate, pretty-print, and minify JSON payloads with copy-ready output and payload stats.
Overview
Use the formatter when JSON needs to be checked, cleaned up, or compressed into a single line.
Format responses before you paste them into tickets or docs.
Minify JSON when space matters more than readability.
Supported inputs
Walk through it
Workflow
Use this path when you want the payload to be easier to read.
What you get
Readable output keeps indentation and structure clear.
Compact output removes extra whitespace for embeds or transport.
A pass or fail state tells you whether it is safe to copy.
Avoid these mistakes
Fix invalid syntax before expecting the formatter to succeed.
The tool only formats actual JSON values.