Convert CSV text to a JSON array.
Parses CSV with a header row and converts each row into an object. Output is a JSON array of objects.
1. Paste CSV with a header row in the first line.
2. Click Convert. Each row becomes a JSON object with keys from the header.