ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/860072f7781a10db10fa925ea5c86d91f1e6f2c4
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