Convert between CSV and JSON, in either direction.
Paste CSV with a header row to get an array of JSON objects, or paste a JSON array of objects to get back a CSV file — useful for moving data between spreadsheets, APIs, and databases.
The parser correctly handles quoted fields, escaped quotes, and commas or newlines embedded inside quoted values, and everything runs entirely in your browser.
Yes — fields wrapped in double quotes can safely contain commas, newlines, and escaped ("") quotes.