Skip to main content
Marvin.JsonPatch.Dynamic package icon

Marvin.JsonPatch.Dynamic

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.

Total Downloads
220.9K
220,873
Published
Sep 5, 2016
Latest stable version

Install

.NET CLI
dotnet add package Marvin.JsonPatch.Dynamic --version 1.0.0
Package Manager Console
Install-Package Marvin.JsonPatch.Dynamic -Version 1.0.0
PackageReference
<PackageReference Include="Marvin.JsonPatch.Dynamic" Version="1.0.0" />

Frameworks

No framework metadata available.

Dependencies

[1.0.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.