tool_json_to_yaml
Convert JSON data to YAML format, enabling use in configuration files and applications that require YAML syntax.
Instructions
[data] JSON to YAML
Parameters:
json (json): JSON
Outputs:
yaml (string): YAML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | JSON | |
| yaml | No | YAML |