JSON to NDJSON
Convert a JSON array into one compact JSON value per line.
Convert in your browser · No sign-up
How to use
- Convert a JSON array into one compact JSON value per line.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
[{"id":1},{"id":2}] → {"id":1}
{"id":2}Details and limitations
The root must be an array. Each element becomes a line, with embedded line breaks escaped inside strings.
Text stays in your browser; it is not sent to a conversion server.
FAQ
JSON to NDJSON — What are the supported inputs and limits?
The root must be an array. Each element becomes a line, with embedded line breaks escaped inside strings.
Related tools
Format references
Tool page updated: