Components
XML Helper
Converts between XML string and object/array.
Converts between XML string and object/array.
Categories: Helpers
Type: xmlHelper/v1
Actions
Convert from XML String
Name: parse
Converts the XML string to object/array.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
source | Source | STRING | The XML string to convert to the data. | true |
Example JSON Structure
Output
Type: OBJECT
Convert to XML String
Name: stringify
Writes the object/array to a XML string.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
type | Type | STRING OptionsOBJECT, ARRAY | The value type. | null |
source | Source | OBJECT Properties{} | The object to convert to XML string. | true |
source | Source | ARRAY Items[] | The array to convert to XML string. | true |
Example JSON Structure
Output
Type: STRING