CSV to JSON
Convert a CSV table into an array of JSON objects using the header row as keys. Local, free, no signup.
No signup100% in your browserFree forever
Frequently Asked Questions
- How are rows mapped?
- The first row becomes the keys, and each following row becomes one object.
- Are quotes supported?
- Yes, quoted fields with commas inside are parsed correctly.