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?
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?