🔄

CSV to JSON

Convert CSV to a JSON array of objects.

converter API: POST /api/tools/csv-to-json

Input

🔌 API Usage

POST /api/tools/csv-to-json
Content-Type: application/json

// Example body:
{
  "input": ""
}