How it works
The first row is treated as property names. Each subsequent row becomes a JSON object in the output array.
Scope
Handles basic CSV without quoted fields containing commas. Verify output for complex CSV formats.
Convert CSV rows into a JSON array of objects in your browser.
Convert preview
Edit on the left, review the generated result on the right.
4 lines · 5 words · 62 chars
17 lines · 27 words · 207 chars
The first row is treated as property names. Each subsequent row becomes a JSON object in the output array.
Handles basic CSV without quoted fields containing commas. Verify output for complex CSV formats.