data_json_to_xml
Convert JSON data to XML format, specifying an optional root element name. Transforms JSON strings into structured XML text.
Instructions
Convert a JSON object to an XML text string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonData | Yes | The JSON string representation of the object to convert. | |
| rootName | No | Optional root element name. Defaults to 'root' if input is an array or string. | root |