How to Convert CSV to JSON
Paste CSV with a header row. The tool auto-detects the delimiter and converts each row to a JSON object.
Features
- Auto-detect delimiter (comma, semicolon, tab)
- Auto-detect data types (numbers, booleans)
- Header row becomes object keys
- Pretty-printed JSON output