JSON Transformations and Queries
These features are also available in the
Oxygen JSON Editor!

Transform JSON using XSLT
Oxygen makes it possible to transform JSON documents to XML or HTML through XSLT processing. A few predefined document templates are even available to help you define the XSLT necessary for the processing. Once the XSLT file is created, you just need to run a transformation over your stylesheet and reference your JSON document within the transformation scenario.
Transform JSON using XQuery
Oxygen also includes support for transforming JSON document to XML or HTML using XQuery. You just need to run a transformation over an XQuery file and reference your JSON document within the transformation scenario. You can also use the XPath/XQuery Builder view to run queries over JSON documents.
