CSV to JSON Converter
Paste CSV data to convert it to JSON. Everything runs in your browser.
How it works
This tool parses CSV data handling quoted fields (including commas and newlines inside quotes), then converts each row to a JSON object using the header row as keys. If headers are disabled, it outputs an array of arrays.