-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Enhanced support for updating json using jsonpath #35
Comments
Thanks a lot for your comment, it's really nice to hear. About your suggestions:
|
spyzhov
added a commit
that referenced
this issue
Nov 5, 2021
spyzhov
added a commit
that referenced
this issue
Nov 6, 2021
spyzhov
added a commit
that referenced
this issue
Nov 6, 2021
* Implemented `node.Set` and `node.SetNode` methods * Added `go1.17.x` version to test * Updated release version * Added default results for `(*Node)(nil)` methods
I implemented methods I prefer to implement the second part of the request in the |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an interesitng project! It seems like it's the only jsonpath library that supports mutation and not just retrieval. That said, the mutation API/behavior could be improved.
I'd like to be able to mutate json using jsonpath. This leads to two asks:
The text was updated successfully, but these errors were encountered: