Format Conversion
CSV to JSON Converter
Convert CSV data to JSON format with customizable parsing options
json· JSON result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/csv-to-json' \
-H 'Content-Type: application/json' \
-d '{"csvInput":"Enter CSV data...","delimiter":",","hasHeader":true,"trimValues":true,"quoteCharacter":"\"","skipEmptyLines":true}'