forked from java-json-tools/json-patch
-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for both Json Pointer as well as Json Path #7
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
Comments
piotr-bugara-gravity9
pushed a commit
that referenced
this issue
Jun 23, 2023
piotr-bugara-gravity9
pushed a commit
that referenced
this issue
Jun 23, 2023
piotr-bugara-gravity9
added a commit
that referenced
this issue
Jun 23, 2023
#7 Tests for JsonPath. Support for ~ and / in Json Pointer.
piotr-bugara-gravity9
pushed a commit
that referenced
this issue
Jun 26, 2023
piotr-bugara-gravity9
added a commit
that referenced
this issue
Jun 26, 2023
…_for_add_op #7 Tests for JsonPath add operation. Fixed PathParser
piotr-bugara-gravity9
pushed a commit
that referenced
this issue
Jun 26, 2023
piotr-bugara-gravity9
pushed a commit
that referenced
this issue
Jun 26, 2023
piotr-bugara-gravity9
added a commit
that referenced
this issue
Jun 26, 2023
…or_copy #7 Tests for JsonPath copy operation
piotr-bugara-gravity9
pushed a commit
that referenced
this issue
Jun 26, 2023
piotr-bugara-gravity9
added a commit
that referenced
this issue
Jun 27, 2023
…_tests #7 Tests for JsonPath replace operation
piotr-bugara-gravity9
pushed a commit
that referenced
this issue
Jun 27, 2023
piotr-bugara-gravity9
pushed a commit
that referenced
this issue
Jun 27, 2023
piotr-bugara-gravity9
added a commit
that referenced
this issue
Jun 27, 2023
…on_path_tests #7 Tests for JsonPath test operation
Added tests for JsonPath. Fixed issue in "add" operation for JsonPath. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure it supports both Json Pointer and Json Path inside Jason Patch request (so path in https://jsonpatch.com/ can take both Pointer and Path)
The text was updated successfully, but these errors were encountered: