gregsdennis / Manatee.Json

A fully object-oriented approach to JSON manipulation, validation, and serialization that focuses on modeling the JSON structure rather than mere string parsing and conversion.
MIT License
198 stars 32 forks source link

Fix JSON patch move, add operations & related tests. #226

Closed folbo closed 5 years ago

folbo commented 5 years ago

Current implementation of JSON Patch doesn't follow RFC6902. NUnit do not do assert statements because conditions are wrong.

I fixed this stuff in PR.

Code for patching still needs some fixes, maybe I'll find some time later to tweak things up.

gregsdennis commented 5 years ago

This is good. I'm going to push some changes to update the version & readme, then I'll merge.

Thanks!

gregsdennis commented 5 years ago

check out v11.0.3 soon! thanks for the help.