json_to_yaml
Converts a JSON string into YAML format. Provide a JSON string to get its YAML representation.
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 |