API Documentation
POST
/api/v1/csv-jsonCSV/JSON
Convert between CSV and JSON formats
converters
Parameters
inputstring|arrayCSV string or JSON array
actionstring'csvToJson' or 'jsonToCsv'
Default: csvToJson
delimiterstringCSV delimiter
Default: ,
Example Request
curl -X POST https://devtools.at/api/v1/csv-json \
-H "Content-Type: application/json" \
-d '{"input":"name,age\nJohn,30\nJane,25","action":"csvToJson"}'Try it out
Test this endpoint directly in your browser
Response
Click "Execute Request" to see the response