Why convert NDJSON to JSON?
Log exports and streaming outputs arrive as one JSON record per line, which most tools and editors cannot pretty-print directly. Paste your NDJSON above to wrap it into a proper JSON array.
How it works
The converter parses each non-empty line locally as an individual JSON value and assembles them into an array, formatted with the indentation you pick (or compact). A malformed record reports its exact line number.