data_json_to_yaml
Convert JSON objects or strings to YAML format for configuration management or data transformation.
Instructions
Convert a JSON object or string to a YAML text string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonData | Yes | The JSON string representation of the object to convert. |