Review event logs
Turn newline-delimited events into readable records while preserving their original line order.
View tool
View JSONL and NDJSON records in your browser with line-level parsing errors. Files stay on your device.
Your input and result are not sent to JSON Hearth or stored on a server.
When to use it
JSONL and NDJSON store one JSON value per line. This viewer is useful for logs, event streams and datasets that are awkward to read as plain text.
Turn newline-delimited events into readable records while preserving their original line order.
Locate the line that fails to parse instead of treating the entire file as one JSON document.
Sample machine-learning, analytics and data-pipeline outputs before importing them into another system.
Important limitations
Common questions
They are commonly used names for the same line-delimited format: one valid JSON value on each line.
Yes, provided the entire line is valid JSON. Object records are simply the most common convention.