An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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.

Ecosystem
nuget.org
Latest Release
1.1.0
over 8 years ago
Versions
3
Downloads
213,333 total
Dependent Packages
1
Dependent Repos
1
Links
Registry nuget.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/marvin.jsonpatch.dynamic
spec
License MIT
First Release over 10 years ago
Last Synced 6 days ago
Repository
Stars 8 on GitHub
Forks 5 on GitHub
Rankings on nuget.org
Overall Top 7.2%
Downloads Top 3.0%
Dependent repos Top 7.0%
Forks Top 6.4%