JSON → CSV Converter
Paste a JSON array of objects and get a clean CSV you can download or copy. Runs fully in your browser.
JSON Input
Expecting a JSON array of objects (e.g. [{"id":1,"name":"Alice"}]). A single object will be treated as an array of one.
CSV Output
You can copy the CSV above or click “Download CSV” to save it as a file.
Status
Paste valid JSON and click “Convert to CSV” to begin.