JSON to CSV
Convert an array of JSON objects to CSV. Column headers are inferred from object keys, and nested values are flattened with dot notation.
Runs locally in your browser
For large datasets, open fullscreen for a wider view
JSON array
0 chars · 1 line
CSV output
Output will appear here…
Related tools
About JSON to CSV
Convert an array of JSON objects to CSV. Column headers are inferred from object keys, and nested values are flattened with dot notation.
JSON to CSV is part of FizzKit — a collection of focused, browser-based tools. Because everything runs locally, it works offline once loaded and never exposes your data to a remote server.
Frequently asked questions
An array of objects, where each object becomes one row. Non-array input will return an error.