ToolHub

JSON to CSV

Convert a JSON array into CSV. Arrays of objects use their keys as the header. Everything runs in your browser—no data leaves your device.

Input
Output

FAQ

Is my JSON data sent to a server?

No. All conversion happens entirely in your browser and no data leaves your device.

What JSON shape should I provide?

The top level must be an array. Arrays of objects map keys to columns; 2D arrays map each inner array to a row.

What if a value contains a comma?

Values containing the delimiter, quotes, or line breaks are automatically quoted and inner quotes are escaped.

Related tools