JSON is a lightweight data-interchange format. This connector transforms input JSON format to another data-interchange format
XML (Extensible Markup Language), which is the standardized language similar to HTML in which data can be also
stored, searched or exchanged with other systems.
Example
Following example shows how JSON is transformed to XML, element attributes can be specified by prefix @. Result XML is in Root element because XML needs to have root element to be well-formed.
Input data JSON (ver. 1.0.0)
JSON: JSON
{"@Id":1,"Email":"james@example.com","Active":true,"CreatedDate":"2013-01-20T00: 00: 00Z","Roles":["User","Admin"],"Team":{"@Id":2,"Name":"Software Developers","Description":"Creators of fine software."}}