Back to tools

Files and Data

JSON to CSV

Convert compatible JSON records into CSV.

Processed in your browser
100% Client-Side

Your files and text never leave your computer. Your JSON is parsed and converted in your browser. It is not uploaded, stored or sent to a Chrysoro server.

How to use

  1. Paste a JSON object or array of objects.
  2. Review any validation message.
  3. Check the generated CSV.
  4. Copy or download the CSV file.

Frequently asked questions

What JSON works best?

A flat object or an array of flat objects works best. Deep nested objects may need manual cleanup after export.

Does this protect against spreadsheet formulas?

Cells that start like formulas are prefixed so spreadsheet apps are less likely to execute them.