Dacris.Maestro.Core.JsonToXml Interaction

Converts a JSON file to XML.

Preconditions:

inputFile is the file path to read, outputFile is the file to write, xmlRoot is the root element

Sample State.json Input

{
  "sampleKey": {
    "inputFile": "folder1/folder2/yourFile.txt",
    "outputFile": "folder1/folder2/yourFile.txt",
    "xmlRoot": "yourText"
  }
}