ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/2670c128d522473e146ff9f8159bfffdfe694cd9
JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The "application/json-patch+json" media type is used to identify...
More information
This is Marvin's JsonPatch document compiled in .NET Standard.
JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The...
More information
Marvin.JsonPatch.Dynamic adds support for dynamically typed objects to Marvin.JsonPatch.
Marvin.JsonPatch was built to work on staticly typed objects, which is great for most cases. Yet sometimes you'll want to create a patch document without having a static type to start from (for example: when...
More information
JsonPatch is a simple library that implements basic JSON Patch functionality as per RFC-6902 (http://tools.ietf.org/html/rfc6902) for .Net Core applications.
[Contains dictionary support backported from https://www.nuget.org/packages/Microsoft.AspNetCore.JsonPatch/]
JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is...
More information