...
Search Tools
Search for a command to run...
CSV to JSON Converter
Convert CSV data to JSON format with support for various delimiters.
Drag and drop a CSV file here, or click to select
or click to select a file
Enter CSV data to convert...
Use with cURL
You can also use this functionality directly via the API endpoint with cURL commands.
cURL Command:
curl -X POST "https://all-tools.app/api/csv-to-json" -H "Content-Type: application/json" -d '{"csv":"name,age\nJohn,30\nJane,25","delimiter":","}'