XML Writer

XML writer task generate an XML file or String from a JSON object.

main

JSON object
This contains zero, one, or more key-value pairs, also called properties. The object is surrounded by curly braces {} . Every key-value pair is separated by a comma. The order of the key-value pair is irrelevant.

Output file path
Output file path is the complete path where the XML file resulting from the json object will be saved.

Note: If the file already exist, the file will be overwritten.

Attributes key
Enter the object containing XML attributes.

Values key
Enter the object key containing tag values.