NDJSON / JSON Lines
Parsed in your browser.
NDJSON input
Per-line validation
L1: OK
L2: OK
L3: OK
Table preview (3 rows)
| id | name | ok |
|---|---|---|
| 1 | Alpha | true |
| 2 | Beta | false |
| 3 | Gamma | true |
What this tool does
NDJSON (JSON Lines) is one JSON value per line. Common in logs and streaming exports.
Why per-line
Each line is independent, so corrupt lines don't break the whole file. The viewer flags bad lines individually.