FRENDS JSON Processing tasks, which allow you to do JSONPath queries, JSON Handlebars transformations, JSON Validation against a JSONSchema and converting various data formats to JSON.
There should be a task for converting a JToken to XML, so you can e.g. do XSL-transforms easily enough on the data.
Previously, there was the Frends.Common.Data.ConvertData.ConvertToXML task, that just called JsonConvert.DeserializeXmlNode(Input, XMLRootElementName).OuterXml. That should be good enough for now, as well.
There should be a task for converting a JToken to XML, so you can e.g. do XSL-transforms easily enough on the data.
Previously, there was the Frends.Common.Data.ConvertData.ConvertToXML task, that just called
JsonConvert.DeserializeXmlNode(Input, XMLRootElementName).OuterXml
. That should be good enough for now, as well.