Conversion
CSV to JSON
Turn delimited rows into a JSON array of objects or arrays.
Reads delimited rows and writes them as JSON. With a header row each line becomes an object keyed by the column names; without one, each line becomes an array. Quoted fields containing the delimiter are parsed correctly.
Options
Off produces an array of arrays instead of objects.
InputText is processed entirely in your browser.
0lines0words0characters0 B
Output
0lines0words0characters0 B
Options explained
- First row is a header — Off produces an array of arrays instead of objects.