Convert a JSON array into NDJSON / JSON Lines (JSONL) — one compact JSON value per line, ready for log pipelines, BigQuery, or streaming imports. Copy it or download the .ndjson. Runs in your browser.
Each element of your top-level array is written as one compact single-line JSON value, separated by newlines — the JSON Lines / JSONL format.
A single object or scalar is emitted as one NDJSON line.