FrendsPlatform / Frends.Json

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.
MIT License
7 stars 4 forks source link

ConvertJTokenToXml task #3

Closed jvuoti closed 7 years ago

jvuoti commented 7 years ago

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.

nickeeex commented 7 years ago

This should be implemented in the XML task