-
Notifications
You must be signed in to change notification settings - Fork 37
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
make mod parser public #26
Conversation
ref #18 exposing the parsing results will allow us to use the ParseTokens to add new paths
@freestrings can you please merge this PR? |
@gkorland The parser was developed for module internal use and plans to support joins and functions. this module is likely to change. there are no plans to make it public yet. |
@freestrings any other option you might expose this functionality? |
@freestrings that is only way I found to verify a path is |
I would be interested in the same feature: see #61 #62 As the PR is open for over a year now, with no progress and feedback, I am wondering if this crate is still maintained. I think it is ok, if it is not. But that would be good to know, so I might consider forking and re-publishing the crate myself. |
Fixed issue at https://github.com/freestrings/jsonpath/tree/feature/refactoring and will be merged soon. |
ref #18 exposing the parsing results will allow us to use the ParseTokens to add new paths