BRAVEMEET TOOLS
CSV to JSON
Parse a CSV table into a JSON array of row objects locally.
- Input
- CSV with a header row
- Output
- JSON array whose cells remain strings
- Processing
- Runs in the browser whenever possible; heavier conversions use a bounded service.
- Preset
- Quotes, commas, newlines and Unicode are supported; no automatic numeric/date/boolean type inference is promised.