How to use this tool
- Strict NDJSON uses one JSON value per line; JSON to NDJSON needs a top-level array. Switching keeps the source.
- Choose an operation and run it.
- Review before export.
Pretty, Validate, Minify, NDJSON to JSON, or JSON to NDJSON. Pretty returns .txt, not NDJSON.
Validate JSON Lines, pretty-print records, minify NDJSON, or convert between NDJSON and JSON arrays in one workspace.
Pretty, Validate, Minify, NDJSON to JSON, or JSON to NDJSON. Pretty returns .txt, not NDJSON.
{"id":1,"event":"created"}
{"id":2,"event":"updated","active":true}
["heartbeat",1712345678]{
"id": 1,
"event": "created"
}
{
"id": 2,
"event": "updated",
"active": true
}
[
"heartbeat",
1712345678
]Processing is local; URL import contacts that address.
Invalid NDJSON reports line numbers without partial output.
Output is text, a report, NDJSON, or a JSON array.
Conversions reject duplicate names and precision-losing numbers; limits apply.