CSV to JSON Converter
Paste CSV data and instantly convert it to a JSON array of objects. The first row is used as headers (keys), and each subsequent row becomes an object. Supports comma, semicolon, tab, and pipe delimiters. Perfect for importing spreadsheet data into APIs, databases, and JavaScript applications.
Input
Ln 1, Col 1
4 lines122 chars
Output