🔄

JSON to CSV

Convert a JSON array of objects to CSV.

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

Input

🔌 API Usage

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

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