CSV To JSON
By default the first row of the CSV is treated as the header, and each subsequent row becomes a JSON object whose keys are those header names. If your file has no header row, switch the headerless option on and the converter will use generic keys like column1, column2. Always che