HomeDev Tools › JSON ↔ CSV

JSON ↔ CSV Converter

Convert an array of objects to and from CSV (correctly handles commas, double quotes, and line breaks inside cells).

Converts a JSON array of objects to CSV and back, correctly handling commas, double quotes, and line breaks inside cells. Handy for exporting data to Excel or Google Sheets.

How to use JSON ↔ CSV

  1. Paste a JSON array (or CSV content) into the input box.
  2. Choose the conversion direction.
  3. Copy the CSV to open in Excel, or grab the JSON to use in your code.

Frequently asked questions

Will the CSV open correctly with accented characters?

Yes. The output is standard CSV; if Excel shows garbled characters, select UTF-8 encoding when opening the file.

What about cells that contain a comma?

The tool automatically wraps that cell in double quotes, per the standard CSV format.

🔒 JSON ↔ CSV Converter runs entirely in your browser — the data you enter is not sent to any server. Free, no sign-up required. See145 free dev tools more.