Ecosyste.ms: Packages

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

Top 8.2% on nuget.org
Top 0.6% downloads on nuget.org

nuget.org : marvin.jsonpatch

JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The "application/json-patch+json" media type is used to identify such patch documents. One of the things this can be used for is partial updates for REST-ful API's, or, to quote the IETF: "This format is also potentially useful in other cases in which it is necessary to make partial updates to a JSON document or to a data structure that has similar constraints (i.e., they can be serialized as an object or an array using the JSON grammar)." That's what this package is all about. Web API supports the HttpPatch method, but there's currently no implementation of the JsonPatchDocument in .NET, making it hard to pass in a set of changes that have to be applied - especially if you're working cross-platform and standardization of your API is essential. Have a look at the project site for the current status of this package and to learn how to get started.

Registry - Homepage - JSON
purl: pkg:nuget/marvin.jsonpatch
Keywords: Web, API, WebAPI, HttpPatch, Json, JsonPatch, Partial, Update, ASP, .NET
License: MIT
Latest release: about 2 years ago
First release: over 9 years ago
Dependent packages: 2
Downloads: 2,864,831 total
Stars: 170 on GitHub
Forks: 29 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago

    Loading...
    Readme
    Loading...