Frends.JSON.ConvertXMLStringToJToken / 2.1.0
Summary
Converts XML into a JToken, mapping elements and attributes onto JSON structure.
Typical use — bringing XML into a JSON-shaped Process without an XSLT step
Input parameter.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| XML | String |
– | <?xml version='1.0' standalone='no'?><root><foos id = '1' ><foo>bar</name></foos></root> |
XML string to convert. |