🔄

JSON to YAML

Convert JSON to YAML format.

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

Input

🔌 API Usage

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

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