Minify and validate JSON locally
Paste any JSON to strip every bit of insignificant whitespace and produce a single compact line. Because it parses first, you also get validation in the same step — invalid JSON shows the exact parser error instead of silently producing broken output.
It runs entirely in your browser, so sensitive data is never uploaded.