JSON <-> CSV Converter
JSON (Array)
JSON1 lines
1
Convert JSON data to CSV format and vice versa.
CSV
PLAINTEXT1 lines
1
About the Json Csv
Convert JSON data to CSV format and back. Perfect for exporting API data for spreadsheets or importing CSV data into JSON-based systems.
Paste JSON to get CSV, or paste CSV to get JSON. Handles nested objects and arrays with configurable flattening.
- Converts JSON to CSV and CSV to JSON
- Flattens nested objects automatically
- Configurable delimiter and quoting
- Handles arrays of objects or single objects
How to use
- Paste your JSON or CSV data.
- The converted output appears instantly.
- Copy or download the result.