Querying JSON Documents with XPath or XQueryEdit online
Oxygen XML Developer plugin provides a dedicated XPath/XQuery Builder view that allows you to compose complex XPath or XQuery expressions and execute them over JSON documents.
XPath/XQuery Builder View
You can also use the XPath/XQuery view to run XPath and XQuery expressions over a JSON document. For XPath expressions, the document is converted to XML and the XPath is executed over the converted XML document. For XQuery, you need to reference the JSON document in your XQuery content. For more information about this view, see XPath Builder View.