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

JsonPatch support #71

Closed gregsdennis closed 7 years ago

gregsdennis commented 7 years ago

http://jsonpatch.com/ https://tools.ietf.org/html/rfc6902

New feature! Yea!

Don't forget to have the library added to the implementation list!

gregsdennis commented 7 years ago

JsonPatch already has a schema defined! I'll need to recreate it in code to support offline scenarios.

gregsdennis commented 7 years ago

And a testing suite is available!

gregsdennis commented 7 years ago

See branch feature/jsonpatch.