JSON ↔ CSV Converter
Convert a JSON array of objects to CSV, or CSV back to JSON — all in your browser.
How to use
Paste a JSON array of objects and press JSON → CSV, or paste CSV (first row = headers) and press CSV → JSON. Quotes, commas, and newlines inside fields are handled correctly. Everything runs locally.