JSON Lines / NDJSON Tools
JSON Lines (also known as NDJSON — Newline Delimited JSON) is a text format where each line is a self-contained,
valid JSON value, typically a JSON object. It is widely used for streaming data, log files, and large data exports
because files can be read and written one record at a time without loading the entire document into memory.
Common file extensions are .jsonl and .ndjson.
Convert From JSON Lines / NDJSON
- JSON Lines to Avro
- JSON Lines to CSV
- JSON Lines to Excel
- JSON Lines to Excel97
- JSON Lines to Fixed Width
- JSON Lines to HTML
- JSON Lines to JSON
- JSON Lines to LaTeX
- JSON Lines to MySQL
- JSON Lines to ORC
- JSON Lines to PDF
- JSON Lines to Parquet
- JSON Lines to PostgreSQL
- JSON Lines to TSV
- JSON Lines to XML