tool_yaml_to_json
Transform YAML data into JSON format. Input a YAML string and receive structured JSON, facilitating data exchange between systems.
Instructions
[data] YAML to JSON
Parameters:
yaml (string): YAML
Outputs:
json (json): JSON
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | JSON | |
| yaml | No | YAML |