We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying your lib and this seems to be a wrong behaviour, right?
Jsonpatch.Mapper.from_map([%{"op" => "add", "path" => "/messages/0", "value" => %{"text" => "asdfsdf"}}]) |> Jsonpatch.apply_patch(%{ "messages" => [] }) -> {:ok, %{"messages" => []}}
I was expecting
{:ok, %{"messages" => [%{"text" => "asdfsdf"}]}}
The text was updated successfully, but these errors were encountered:
7764be4
Merge pull request #2 from webdeb/master
25478f6
Fix #1 adding to an empty list
Merge pull request #1 from visciang/master
bf8b258
Review jsonpatch
corka149
No branches or pull requests
Hi, I am trying your lib and this seems to be a wrong behaviour, right?
I was expecting
The text was updated successfully, but these errors were encountered: