CSV to JSON without a spreadsheet
Paste a CSV, pick the delimiter your file uses, and get back a JSON array of objects (with headers) or a nested array of rows (without). Great for quickly reshaping data into an API-friendly shape.
How to use
- Paste your CSV.
- Choose a delimiter (comma is the default).
- Toggle First row is a header to fit your data.
- Copy or download the JSON.