How to use this tool
- Paste one complete JSON value per line or upload NDJSON / JSONL.
- Run Minify to validate records and produce compact one-record-per-line output.
- Review the result, then copy it or download it with the correct file type.
Remove insignificant whitespace while keeping one complete JSON value per line. This tool produces compact NDJSON, not multi-line pretty-printed records.
Minify NDJSON into compact JSON Lines while preserving string contents, number tokens, and record order. Validate each line and remove ignored blank lines.
Remove insignificant whitespace while keeping one complete JSON value per line. This tool produces compact NDJSON, not multi-line pretty-printed records.
{"id":1,"event":"created"}
{"id":2,"event":"updated","active":true}
["heartbeat",1712345678]{"id":1,"event":"created"}
{"id":2,"event":"updated","active":true}
["heartbeat",1712345678]No. The transformation runs in your browser. URL import contacts only the address you explicitly enter.
The editor marks the likely location and keeps stale output out of the result pane.
The output preserves record order, string whitespace, escape sequences, duplicate object members, and number tokens. Blank lines are removed and counted.
Each input record must already be valid JSON on one physical line. Invalid records prevent partial output. Minification removes whitespace; it is not gzip or Brotli compression.