How to use JSON to CSV
- Paste or load a JSON array of flat objects or an array of arrays.
- Choose the output delimiter and an explicit nested-value policy.
- Preview the table, then download the generated CSV.
Convert arrays of flat objects or arrays into correctly quoted CSV without uploads.
Private by design. CSV and JSON stay in browser memory in this tab. Nothing is uploaded, logged, saved, or executed.
Add a JSON array, then convert it.
Create CSV from two deliberately supported JSON shapes with deterministic object-column ordering.
One shared deterministic parser handles UTF-8, BOM, quoted fields, escaped quotes, embedded line breaks, and explicit delimiter modes. Cells render only as text, and output is created locally after review.
Keys appear in first-seen order across records, producing a deterministic union of fields.
No. Source data and generated output remain in browser memory in this tab.