How to Convert JSON to CSV
- Paste a JSON array of objects
- Click “To CSV”
- Copy the CSV output
How to Convert CSV to JSON
- Paste CSV data (first row = headers)
- Click “To JSON”
- Copy the JSON output
Convert between JSON arrays and CSV
The tool expects a JSON array of objects with flat key-value pairs. Nested objects are stringified. Example: [{"name":"John","age":30}]
Yes. Fields containing commas, newlines, or quotes are properly escaped following RFC 4180.
Yes. All conversions happen in your browser. No data is sent to any server.