CSV ⇄ JSON
Convert CSV to JSON and JSON to CSV.
Initializing CSV ⇄ JSON in local browser environment…
How to use CSV ⇄ JSON
- Select conversion mode: CSV → JSON or JSON → CSV.
- Paste your data into the editor.
- Configure custom delimiter options (comma, semicolon, tab).
- Click "Convert" and download the resulting file.
Why use this local-first tool?
- Parses CSV with quoted multi-line fields and embedded commas.
- Automatic type inference (booleans, numbers, nulls).
- Flattens JSON arrays into tabular CSV rows.
Frequently Asked Questions
Does it handle commas inside quoted spreadsheet cells?
Yes. The parser strictly respects RFC 4180 rules for escaped quotes and commas.
Related Developer Utilities
Explore more tools in Data & FormatsJSON Formatter{ }
Format, validate and minify JSON with a collapsible tree.Regex Tester.*
Test regular expressions live with match highlighting.JWT Decoderjwt
Decode JWT header, payload and signature locally.Cron Parsercron
Parse cron expressions and preview next run times.HTTP Status Codeshttp
Look up any HTTP status code and its meaning.Timestamp Convertertime
Convert Unix timestamps to readable dates and back.