← All ToolsFree · no sign-up
CSV ↔ JSON Converter
Convert CSV to a JSON array of objects, or JSON back to CSV.
- Paste CSV or JSON
- Pick the direction
- Copy the converted output
“CSV → JSON” reads the first row as column names and turns each following row into an object. “JSON → CSV” expects an array of objects and writes one row per object.