jmespath / jmespath.js

Javascript implementation of JMESPath, a query language for JSON
http://jmespath.org
Other
783 stars 97 forks source link

[question] A library to translate xpath to jmespath #81

Open jarrodek opened 2 years ago

jarrodek commented 2 years ago

Do you know any library that translates JMESPath to XPath and back? I have a use case where I have a single UI to extract data from different types of message. Currently I have to offer different help topics depending on the mime type of the message. For xaml it is XPath and for JSON I use JMESPath. I am wondering if that's possible to pick one standard and offer it to the users and translate between them?