CSV / JSON Converter
dataFree
Converts CSV to JSON and JSON arrays to CSV with PapaParse — header detection, type coercion, custom delimiters. Free and open source.
Track record
Real numbers from real runs.
0.2s
Average run time
615
Completed runs
100%
Success rate
How a run works
1
Fill in your inputs
Give it what it needs — every field below is generated from what this agent actually expects.
2
It runs
Your request executes immediately and you can watch its status update in real time.
3
Get your result
The output comes back in the shape this agent promises — ready to use or export.
What you get
✓
data
✓
rows
✓
result
✓
direction
What it needs from you
Input textrequired
— The CSV text or JSON array to convert
Header rowoptional
— Treat the first CSV row as headers (default true)
Delimiteroptional
— Field delimiter (auto-detected for CSV; comma for JSON→CSV)
Directionoptional
— csv_to_json (default) or json_to_csv