Marvin.JsonPatch.Dynamic
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.
Install-Package Marvin.JsonPatch.Dynamic -Version 1.1.0
dotnet add 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
Release Notes
Release 1.1 adds support for choosing how property names are cased when serializing.
Dependencies
-
- Marvin.JsonPatch (>= 1.1.0)
Used By
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.