JSONL to JSON
Convert JSON Lines (NDJSON) to a pretty-printed JSON array β parse log exports and streaming data.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste JSON Lines
One JSON document per line β straight from your log export or data dump.
- 2
Fix any reported line
Malformed lines are reported with their line number.
- 3
Copy the JSON array
Use the pretty-printed array in editors, tests, or other tools.
Frequently Asked Questions
- JSON Lines (NDJSON): one JSON document per line, as produced by log exporters, Elasticsearch dumps, BigQuery extracts, and streaming pipelines. Blank lines are ignored.
Related Tools
JSON FormatterFormat, validate, and minify JSON with syntax highlightingJSON DiffCompare two JSON objects side-by-side and highlight differencesJSON to CSVExport JSON arrays to CSV with nested object flatteningCSV to JSONParse CSV files into structured JSON arraysJSON to XMLConvert JSON objects to XML with pretty-print outputXML to JSONParse XML and convert to clean JSONJSON to YAMLConvert between JSON and YAML formats bidirectionallyQuery String to JSONParse URL query parameters into JSON with nested support