๐
JSON โ CSV Converter
Convert JSON arrays to CSV and CSV back to JSON. Pretty-print, copy, or download โ all in your browser.
JSON โ CSV Notes
- Input must be a JSON array of objects (or a single object โ auto-wrapped).
- All unique keys across all objects become column headers.
- Nested objects/arrays are serialized as JSON strings inside the cell.
- Values containing commas, quotes, or newlines are automatically quoted.