csv json convert transform tsv array
CSV ↔ JSON Converter
Convert between CSV and JSON. CSV→JSON produces an array of objects keyed by the header row. JSON→CSV writes an object array back to CSV format.
USAGE
3 simple steps
- 1Paste your CSV or JSON into the text area
- 2Select the conversion direction (CSV→JSON or JSON→CSV)
- 3Click Convert to see the result
FAQ
Frequently Asked Questions
A. Yes. Tab-separated data is automatically detected and converted to JSON.
A. An array of objects ([{"key":"value",...},...]) is required.