DevTools.at
API Documentation
POST/api/v1/csv-json

CSV/JSON

Convert between CSV and JSON formats

converters

Parameters

inputstring|array
Yes

CSV string or JSON array

actionstring
No

'csvToJson' or 'jsonToCsv'

Default: csvToJson

delimiterstring
No

CSV 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