Implementation of a RFC6902 Json Patch.
Info
Version: | 0.5.2-beta |
Author(s): | Darrel Miller |
Last Update: | Monday, March 24, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tavis-software/Tavis.JsonPatch |
NuGet Url: | https://www.nuget.org/packages/Tavis.JsonPatch |
Install
Install-Package Tavis.JsonPatch
dotnet add package Tavis.JsonPatch
paket add Tavis.JsonPatch
Tavis.JsonPatch Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(5.0.8)
- Tavis.JsonPointer(0.5.0)