JSON query support

Are you missing a feature? Request its implementation here.
fstrauss
Posts: 1
Joined: Sat Mar 11, 2017 11:13 pm

JSON query support

Post by fstrauss »

I would like to see the ability to query a JSON file using one the many JSON query 'languages' available.

My personal preference is for JMESPATH:

http://jmespath.org/

It is integrated into the Amazon Web Services CLI and I often find myself taking output from there and viewing it in Oxygen. It would be nice to test queries against it.

Other query languages you might consider are:

JSONiq:
http://www.jsoniq.org/

json-query:
https://github.com/mmckegg/json-query

Thanks for considering.

Fred
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: JSON query support

Post by Radu »

Hi Fred,

Thanks, we'll consider your requests.
Until then, if after you open the JSON in Oxygen, you can switch it to the "Grid" editing mode and see it in a hierarchical fashion (some kind of XML equivalent). And you can use our XPath toolbar to run xpath expressions over it.

Hope this helps.
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply