JSON to CSV Converter

Convert JSON arrays to CSV format instantly. Supports nested objects, custom delimiters, and direct download.

Frequently Asked Questions

What JSON format is supported?

The tool expects a JSON array of objects, like [{"name":"Alice"},{"name":"Bob"}]. Each object becomes a CSV row.

Can it handle nested objects?

Yes — nested objects are flattened using dot notation. For example, {"address":{"city":"NYC"}} becomes the column address.city.

What delimiter is used?

Comma by default, but you can switch to semicolon, tab, or pipe.

How are special characters handled?

Values containing the delimiter, quotes, or newlines are automatically wrapped in double quotes per CSV standards.