📊 JSON to CSV Converter

Convert JSON arrays or NDJSON into clean, well‑escaped CSV. Choose delimiter, headers, flatten nested objects, and download instantly.

Choose the CSV separator for your target tool.

How to Use

  1. Paste JSON array or NDJSON in the input.
  2. Select Delimiter and options like Include header and Flatten objects.
  3. Click Convert to CSV or use Copy/Download.
  4. Open the CSV in Excel, Google Sheets, or code editors.

FAQ

Does this support NDJSON?

Yes. Paste one JSON object per line and it will be parsed into rows.

How are nested objects handled?

Enable Flatten nested objects to create dot‑notation keys like user.name and user.id.

Can I open the CSV in Excel?

Yes. Use comma or semicolon delimiter and optionally add the BOM for better compatibility.