JSON to XML Transformer
Discover more about the JSON to XML Transformer component and how to use it on the Digibee Integration Platform.
Parameters
Parameter
Description
Default value
Data type
Messages flow
Input
Example 1
{
"orders": {
"order": [
{
"a": 1,
"b": 1
},
{
"a": 2,
"b": 2
},
{
"a": 3,
"b": 3
}
]
}
}Example 2
Output
Example
JSON to XML Transformer in action
Example 1
Input
Output
Example 2
Input
Output
Was this helpful?