json_to_yaml
Convert JSON strings to YAML format for configuration files or data interchange.
Instructions
Convert JSON string to YAML format.
Parameters:
json_str — JSON string to convert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_str | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |