JSON to CSV Converter

Convert a JSON array of objects into CSV, ready for spreadsheets.

How to use

  1. Paste a JSON array of objects.
  2. Click Convert.
  3. Copy the CSV, or paste it straight into a spreadsheet.

Frequently asked questions

What JSON shape does it expect?

An array of objects, like [{"name":"Alice","age":30}, …]. Columns are built from the union of all object keys.

How are commas and quotes handled?

Values containing commas, quotes, or line breaks are automatically wrapped in quotes and escaped following standard CSV rules.

🔒 This tool runs entirely in your browser. Nothing you enter is uploaded, logged, or stored.

Related tools