Zenixbase

Sign in

Convert a JSON array to NDJSON

Paste a JSON array and convert it to NDJSON, one compact JSON value per line. This is the de-facto format for logs, streaming exports and LLM training and evaluation datasets. The result is saved privately in your account.

No sign-up needed, runs instantly in your browser.

How it works

  1. 1Paste your JSON array
  2. 2Press Run
  3. 3Download the NDJSON or find it in your files

Frequently asked questions

Why use NDJSON?
Each line is an independent JSON value, so files can be streamed and appended to without re-parsing the whole document, ideal for logs and datasets.
What input is expected?
A top-level JSON array; each element becomes one line. A non-array input returns a clear error.

Related tools