AbraCalc

NDJSON to JSON Converter

Convert newline-delimited JSON (NDJSON / JSONL) to a standard JSON array in your browser. Nothing uploaded.

Pure browser JavaScript (uses the built-in JSON parser).

Embed this tool on your site

How to use this tool

  1. Paste NDJSON — one JSON object per line.
  2. Click Convert to JSON Array.
  3. Copy or download the resulting JSON.

Convert newline-delimited JSON (NDJSON / JSONL) to a standard JSON array in your browser. Nothing uploaded.

Frequently asked questions

What is NDJSON?
Newline-Delimited JSON (NDJSON / JSONL) stores one JSON object per line, common in log files and streaming APIs.

References & sources