-
-
Notifications
You must be signed in to change notification settings - Fork 243
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 JSON path spec when it's here! #2395
Comments
Just saw in the docs that you're aware that the spec is coming, but the link is old (https://tools.ietf.org/html/draft-normington-jsonpath-00). I also saw that you're using a combination of |
I've opened an issue with nimma to support the spec. I think that will trickle down to you. |
JSON Path now has an RFC! |
It looks to me that the JSON Paths accepted in the "given" field of a ruleset are not compatible with the new JSON Path RFC 9535. In particular, JSONPathPlus filters produce a stream of objects that match the filter whereas RFC 9535 says that a filter produces a stream of object members that match the filter. Sadly, I find the RFC 9535 behavior to be much less useful. |
Chore summary
IETF is building a specification for JSON Path. (Repo / Latest)
Tasks
Support the spec-defined syntax.
Additional context
I'm not sure what library you're using for JSON Path parsing and evaluation (or if it's home-grown), but it might be a good idea to support this when it's released. We're getting pretty close.
The text was updated successfully, but these errors were encountered: