-
| I have response: Can i use this jsonpath query in Hurl? | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| Hi @FoldTV For the moment, Hurl supports this JSONPath spec https://goessner.net/articles/JsonPath/, which doesn't include expression like  Now there is a draft https://ietf-wg-jsonpath.github.io/draft-ietf-jsonpath-base/draft-ietf-jsonpath-base.html that we will try to implement, which covers your kind of JSONPath. So, to respond your question currently no, but hopefully soon  | 
Beta Was this translation helpful? Give feedback.
Hi @FoldTV
For the moment, Hurl supports this JSONPath spec https://goessner.net/articles/JsonPath/, which doesn't include expression like
||or&&in filter.Now there is a draft https://ietf-wg-jsonpath.github.io/draft-ietf-jsonpath-base/draft-ietf-jsonpath-base.html that we will try to implement, which covers your kind of JSONPath.
So, to respond your question currently no, but hopefully soon☺️ ...