How to use
- Paste your CSV (or JSON) into the input.
- The delimiter is auto-detected, and the first row is treated as the header.
- Choose the conversion direction: CSV to JSON or JSON to CSV.
- Review the parsed output and copy or download the result.
Examples
- The CSV name,age / Alice,30 becomes [{"name":"Alice","age":"30"}].
- Paste a JSON array of objects and switch direction to get a clean CSV with a header row.