-
Notifications
You must be signed in to change notification settings - Fork 40
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
Any idea on supporting JsonPath? #112
Comments
Unless there is a simple C implementation available, I think it would be easier to do this in a separate package. |
Sadly it seems no C-implementation of JPath is available at the moment. |
Thanks for your links! I'll take a look at it :) |
There's always |
Thanks @timelyportfolio! Would you like to provide some example? |
Have not found my list yet, but I remember this one https://github.com/s3u/JSONPath and https://github.com/PencilCode/jsonql. There is also this StackOverflow post (out of date).. I'll try to work up an example in |
An example in
|
Sometimes it is super convenient to use XPath-like query to query data in a json, like what JsonPath does. Any idea on supporting this?
The text was updated successfully, but these errors were encountered: