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.

JSON XQuery Builder View

XPath Support

Oxygen provides an XPath toolbar that makes querying JSON documents fast and easy using XPath expressions. You can also use the dedicated XPath/XQuery Builder view that allows you to compose more complex XPath expressions and execute them over the current JSON document.

XPath Results View