Builds on Microsoft.AspNetCore.JsonPatch to generate JSON patch documents by comparing or observing changes to C# objects.
Info
Version: | 1.0.0 |
Author(s): | Morgan Abel |
Last Update: | Monday, June 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/morganabel/CSharpJsonPatchGenerator |
NuGet Url: | https://www.nuget.org/packages/Palit.AspNetCore.JsonPatch.Extensions.Generate |
Install
Install-Package Palit.AspNetCore.JsonPatch.Extensions.Generate
dotnet add package Palit.AspNetCore.JsonPatch.Extensions.Generate
paket add Palit.AspNetCore.JsonPatch.Extensions.Generate
Palit.AspNetCore.JsonPatch.Extensions.Generate Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.JsonPatch(>= 2.1.0)
- Newtonsoft.Json(>= 11.0.2)
Tags