I am getting JSON array response in my ESB but I need to convert it to XML using script mediator. The length of JSON array response is dynamic.I need to iterate through entire length of JSON array and convert it to xml. Please help.I am getting JSON array response in my ESB but