-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add JSONPath support #204
Comments
I could add jsonpath support when/if #181 gets merged. |
Should adding support for JSONPath be put on hold until #181 gets merged or can I work on it right now? |
I think it should wait, because #181 paves the way making internal changes needed for it. It could be implemented cherry-picking those internal changes. And if someone wants to push JSONPath to be implemented as soon as possible, I am OK with that approach. |
I think Jmespath should be supported first, because it has been actively maintained over the years, and has plenty of resources and documentation. Many developers can find a way to get started. Then we can wait for a better and more robust json parser to appear. This doesn't conflict, just like css doesn't conflict with xpath, both are supported by parsel at the same time. |
From @Granitosaurus at #25 (comment):
The text was updated successfully, but these errors were encountered: