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
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.