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
<PackageReference Include="Marvin.JsonPatch.Dynamic" Version="1.1.0" />
paket add Marvin.JsonPatch.Dynamic --version 1.1.0
#r "nuget: Marvin.JsonPatch.Dynamic, 1.1.0"
// 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 | Versions 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. |
-
- Marvin.JsonPatch (>= 1.1.0)
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.
Release 1.1 adds support for choosing how property names are cased when serializing.