A library that allows to create a rfc6902-based JSON Patch Document from comparing two objects.
Info
Version: | 0.1.0 |
Author(s): | Mikhail Podolskiy |
Last Update: | Monday, April 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/JsonPatchGenerator.AspNetCore |
Install
Install-Package JsonPatchGenerator.AspNetCore
dotnet add package JsonPatchGenerator.AspNetCore
paket add JsonPatchGenerator.AspNetCore
JsonPatchGenerator.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- JsonPatchGenerator.Core(>= 0.1.1 && <= 0.1.1)
- JsonPatchGenerator.Interface(>= 0.1.1 && <= 0.1.1)
- Microsoft.AspNetCore.JsonPatch(>= 1.0.0 && < 4.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0 && < 4.0.0)
Tags