CSV ↔ JSON Converter
Convert between CSV and JSON formats, directly in your browser.
CSV is a flat format. Nested JSON objects will be automatically flattened.
Example:
{"user": {"name": "John"}} becomes a "user.name" column. Arrays within objects may not convert perfectly.
Deeply nested objects may not convert perfectly or at all.
Example:
{"user": {"name": "John"}} becomes a "user.name" column. Arrays within objects may not convert perfectly.
Deeply nested objects may not convert perfectly or at all.
Drop your CSV file here
or