Convert spreadsheet exports to JSON and back, quoting handled properly. Free, runs entirely in your browser — your files are never uploaded.
How to use CSV ⇄ JSON
Paste CSV or JSON in.
Convert in either direction.
Copy the result, or take it as a file.
Frequently asked questions
Is my spreadsheet data uploaded?
No. Conversion happens in your browser, which matters given how often a CSV export is a customer list.
What about commas inside a field?
Handled. Quoted fields containing commas, quotes or line breaks are parsed properly rather than split naively, which is the usual reason a converted file comes out with columns shifted.
Does the first row become the keys?
Yes. The header row becomes the JSON property names, and each subsequent row becomes an object.