CSV to Formatted JSON
Parse a CSV into structured records and download it as pretty-printed JSON.
- 1Paste or upload CSV data.
- 2The first row is treated as column headers.
- 3Each row is converted into a JSON object keyed by those headers.
- 4Download the pretty-printed .json file.

