Flatten NDJSON Files Online
Flatten nested JSON structures in NDJSON files into a flat table directly in your browser. Nested objects are expanded into prefixed columns — no upload required.
About this tool
Expand nested JSON objects inside a NDJSON file into flat columns. Nested keys become column names using dot notation, turning complex structures into a standard tabular format ready for analysis.
Frequently Asked Questions
What does flattening a NDJSON file do?
Nested JSON objects within the file are expanded into flat columns using dot notation. For example {"address": {"city": "Dublin"}} becomes a column named address.city.
How deeply does the NDJSON flattening go?
One level of nesting is expanded per run. For deeply nested structures you can flatten the output again, or use the SQL Query tool with json_extract for more control.
What happens to JSON arrays when flattening a NDJSON file?
Array columns are left as-is — only nested objects are expanded. To unnest arrays use the SQL Query tool with UNNEST().
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Convert Excel to NDJSON Online
Convert Excel files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert NDJSON to YAML Online
Convert NDJSON files to YAML directly in your browser. Download clean, human-readable YAML — no upload required.
Convert YAML to NDJSON Online
Convert YAML files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert NDJSON to XML Online
Convert NDJSON files to XML directly in your browser. Download a structured XML document with one element per row — no upload required.
Convert NDJSON to SQL Online
Convert NDJSON files to SQL INSERT statements directly in your browser. Copy or download the generated SQL — no upload required.