JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.8k stars 3.26k forks source link

Support for JSON Patch #255

Closed IanMercer closed 10 years ago

IanMercer commented 10 years ago

Support for JSON Patch (http://tools.ietf.org/html/rfc6902) would be great. i.e. ability to calculate a JSON Patch from a pair of JSON objects and the ability to apply a patch to an object.

JamesNK commented 10 years ago

Someone else can do it. Doesn't need to be part of Json.NET

mcintyre321 commented 10 years ago

Someone else seems to have done it:

https://github.com/tavis-software/Tavis.JsonPatch

edit: In fact that's the opposite. needs http://blog.abodit.com/2014/05/json-patch-c-implementation/ as a pull request :)