Convert CSV ↔ JSON
Paste CSV or JSON and instantly convert between the two formats.
CSV ↔ JSON FAQ
What is CSV? +
CSV (Comma-Separated Values) is a plain text format where each line represents a row and values are separated by commas or another delimiter.
What is JSON? +
JSON (JavaScript Object Notation) is a lightweight data format for storing and exchanging structured information in key-value pairs.
Can I change the delimiter? +
Yes. You can enter a custom delimiter (e.g., comma, semicolon, tab) before converting.
Does the tool run locally? +
Yes. All conversions are processed directly in your browser — no data is sent to any server.
How are headers handled? +
If you check “Has header”, the first row of CSV will be used as keys for JSON objects.