Tingle.Extensions.JsonPatch
3.5.0
See the version list below for details.
dotnet add package Tingle.Extensions.JsonPatch --version 3.5.0
NuGet\Install-Package Tingle.Extensions.JsonPatch -Version 3.5.0
<PackageReference Include="Tingle.Extensions.JsonPatch" Version="3.5.0" />
paket add Tingle.Extensions.JsonPatch --version 3.5.0
#r "nuget: Tingle.Extensions.JsonPatch, 3.5.0"
// Install Tingle.Extensions.JsonPatch as a Cake Addin #addin nuget:?package=Tingle.Extensions.JsonPatch&version=3.5.0 // Install Tingle.Extensions.JsonPatch as a Cake Tool #tool nuget:?package=Tingle.Extensions.JsonPatch&version=3.5.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- System.Text.Json (>= 6.0.0)
-
net6.0
- System.Text.Json (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.14.1 | 86 | 10/14/2024 |
4.14.0 | 89 | 9/16/2024 |
4.13.0 | 141 | 8/13/2024 |
4.12.0 | 129 | 8/7/2024 |
4.11.2 | 129 | 7/15/2024 |
4.11.1 | 154 | 6/26/2024 |
4.11.0 | 105 | 6/6/2024 |
4.10.1 | 102 | 6/5/2024 |
4.10.0 | 503 | 5/27/2024 |
4.9.0 | 102 | 5/16/2024 |
4.8.0 | 107 | 5/5/2024 |
4.7.0 | 139 | 3/25/2024 |
4.6.0 | 278 | 3/8/2024 |
4.5.0 | 286 | 11/22/2023 |
4.4.1 | 2,378 | 11/20/2023 |
4.4.0 | 355 | 11/15/2023 |
4.3.0 | 154 | 10/18/2023 |
4.2.2 | 147 | 9/20/2023 |
4.2.1 | 214 | 8/4/2023 |
4.2.0 | 3,028 | 5/31/2023 |
4.1.1 | 171 | 5/26/2023 |
4.1.0 | 851 | 5/22/2023 |
4.0.0 | 227 | 3/14/2023 |
3.8.1 | 554 | 11/30/2022 |
3.8.0 | 1,777 | 11/21/2022 |
3.7.0 | 3,115 | 9/4/2022 |
3.6.0 | 4,332 | 7/4/2022 |
3.5.3 | 660 | 4/8/2022 |
3.5.2 | 2,778 | 1/7/2022 |
3.5.1 | 2,161 | 11/11/2021 |
3.5.0 | 351 | 11/10/2021 |
3.4.7 | 392 | 11/2/2021 |
3.4.6 | 376 | 10/29/2021 |
3.4.5 | 445 | 10/9/2021 |
3.4.4 | 2,640 | 8/9/2021 |
3.4.3 | 311 | 8/9/2021 |
3.4.2 | 6,203 | 6/12/2021 |