Free Tool
JSON to CSV Converter
Convert JSON arrays to CSV. Supports comma, tab, semicolon, and pipe delimiters. Paste a JSON array and download or copy the resulting CSV.
JSON to CSV Converter
Delimiter
Expected input format
Input must be a JSON array of objects, where each object shares the same keys. The keys become CSV column headers and each object becomes a row.
How to use
- Paste a JSON array into the input.
- Choose a delimiter.
- Click Convert to CSV.
- Copy or download the CSV output.
Your data stays in your browser — nothing is sent to any server.
Frequently Asked Questions
- What JSON structure is expected?
- An array of flat objects — [{"key": "value"}]. Nested objects are serialised as strings.