CSV ↔ JSON
Converter
csv-json
Input
CSV ↔ JSONUTF-8CSV → JSON
Ctrl+V convert
Was this tool helpful?
Related Tools
Frequently Asked Questions
Paste your CSV data into the input field — the first row will be used as JSON object keys. Each subsequent row becomes a separate object in the array. The delimiter is detected automatically.
The tool auto-detects the delimiter: comma (,), semicolon (;), and tab. Quoted fields containing delimiters are also fully supported.
Yes, switch to JSON → CSV mode and paste a JSON array of objects. Object keys become CSV headers, and values become table rows.
Yes, the CSV → YAML mode converts tabular data to YAML format. Each CSV row becomes an element of a YAML array with keys from the headers.