Implementation of Json patch specification using Newtosoft Json library.
Info
Version: | 1.0.3 |
Author(s): | Ivan Iakimov |
Last Update: | Thursday, September 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yakimovim/json-patch |
NuGet Url: | https://www.nuget.org/packages/EdlinSoftware.JsonPatch |
Install
Install-Package EdlinSoftware.JsonPatch
dotnet add package EdlinSoftware.JsonPatch
paket add EdlinSoftware.JsonPatch
EdlinSoftware.JsonPatch Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.2)
Tags