Convert YAML to JSON
1 min
Converts a YAML configuration file to JSON format. Supports most yaml conversions. Useful to process yml files from Open API Specifications and other configurations to process further in the automation
API Definition
YML to JSON
Call the following API:
POST
https://orca.pathfix.com/functions/json/fromyaml
{
"input":"title: Sample Pet Store App\nsummary: A pet store manager.\ndescription: This is a sample server for a pet store.\ntermsOfService: https://example.com/terms/\ncontact:\n name: API Support\n url: https://www.example.com/support\n email: [email protected]\nlicense:\n name: Apache 2.0\n url: https://www.apache.org/licenses/LICENSE-2.0.html\nversion: 1.0.1"
}