corka149 / jsonpatch

A implementation of RFC 6902 in pure Elixir.
MIT License
43 stars 11 forks source link

generate diffs with correct order #9

Closed smartepsh closed 2 years ago

smartepsh commented 2 years ago

Reversing the diff was a bit difficult, so I reversed the source. 😂

I added a level to the test case for the nested map, It ensures that the reverse diff doesn't work at all.