Marvin.JsonPatch.Dynamic 1.1.0

dotnet add package Marvin.JsonPatch.Dynamic --version 1.1.0
NuGet\Install-Package Marvin.JsonPatch.Dynamic -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Marvin.JsonPatch.Dynamic" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Marvin.JsonPatch.Dynamic --version 1.1.0
#r "nuget: Marvin.JsonPatch.Dynamic, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Marvin.JsonPatch.Dynamic as a Cake Addin
#addin nuget:?package=Marvin.JsonPatch.Dynamic&version=1.1.0

// Install Marvin.JsonPatch.Dynamic as a Cake Tool
#tool nuget:?package=Marvin.JsonPatch.Dynamic&version=1.1.0

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 integrating with a backend that's out of your control), or you'll want to apply a JsonPatchDocument to a dynamic object, or an object that has a property which isn't statically typed.

That's what this component takes care of. It extends Marvin.JsonPatch with new methods on JsonPatchDocument, and it allows you to apply the JsonPatchDocument to dynamically typed objects.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Marvin.JsonPatch.Dynamic:

Package Downloads
StructuredData.Transform.JsonPatch

structuredData.Transform implementation for json using JsonPatch

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 98,630 7/11/2017
1.0.0 65,703 9/5/2016
0.9.0 13,326 9/24/2015

Release 1.1 adds support for choosing how property names are cased when serializing.