Convert JSON arrays to CSV format instantly. Supports nested objects, custom delimiters, and direct download.
The tool expects a JSON array of objects, like [{"name":"Alice"},{"name":"Bob"}]. Each object becomes a CSV row.
Yes — nested objects are flattened using dot notation. For example, {"address":{"city":"NYC"}} becomes the column address.city.
Comma by default, but you can switch to semicolon, tab, or pipe.
Values containing the delimiter, quotes, or newlines are automatically wrapped in double quotes per CSV standards.