-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
move fails with "missing value" if from is "" #192
Comments
Well, i just saw this in the RFC for JSON Patch:
So my use case is invalid (as is the test per-se)... But the lack of support for |
@lucastheisen Gotcha gotcha. Trying some other json patch implementations, they largely fail to handle when |
Could you have a look at #193 and give me your thoughts? Thanks! |
Handle from="" more properly. Fixes #192
@evanphx , that merge looks great. |
According to the JSON Pointer RFC 6901:
But using that as a
from
results in amissing value
error.Adding this test will demonstrate the bug:
The text was updated successfully, but these errors were encountered: