Minify, compact, and measure JSON payloads locally for APIs, logs, fixtures, and config snippets.
Paste JSON to validate and compact.
Copy compact or pretty JSON.
{"name":"zptools","tools":["json","timestamp","image compression"],"localOnly":true}Remove whitespace and line breaks from valid JSON payloads instantly.
Compare original and minified byte counts with savings percentage.
Parse JSON before minifying so malformed input is easy to fix.
Copy compact payloads into API clients, tests, and tickets.
Switch between minified and two-space formatted JSON while editing.
Everything runs in your browser without uploading JSON to a server.
No. It parses and serializes the same data structure, only changing whitespace.
Yes. Use the pretty output mode when you want a readable two-space formatted result.
No. Parsing and minifying happen locally in the browser.