Turn one-JSON-value-per-line input into an indented JSON array.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Input is split at newline boundaries, each non-empty line is parsed independently, and successful values are emitted in one array. Empty and malformed lines can be skipped or reported using the selected options.
{"id":1,"name":"Alice"}
{"id":2,"name":"Bob"}
ID Name -- ----- 1 Alice 2 Bob
Streaming logs, BigQuery JSONL imports, and Unix event pipelines use newline-delimited records.