-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Tilde #69
Comments
It seems the |
Such as this?
For controlling the result type, could also consider inline/embedded flags (as regular expression inline flags, such as When path includes wildcard, union, recursive descent or slice, the need for getting the concrete paths seems even more justified. |
Exactly.
I am not sure I fully understand, but it seems you are arguing for extending the JSONPath syntax to include a query to extract the path, whereas how I understand Goessner and also have seen this in other implementations, you would instead call just a different API.
Agreed. |
Adding reference regarding the nodes library jsonpath-plus
This can be tested online with this JSON path evaluator.
|
Notice that with version 0.3.0, you get the values instead (try here):
I would consider this a bug. |
I would like to get the keys of the matching objects.
For example, when I have the following JSON:
I want to get
["a","b"]
with the following selector:$[?(@.check==true)]~
I know it's Jsonpath-Plus. But does this library support it? Is there any plan to go that way? Is there any way I achieve my goal with the current code?
The text was updated successfully, but these errors were encountered: