Tingle.Extensions.JsonPatch 3.5.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tingle.Extensions.JsonPatch" Version="3.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tingle.Extensions.JsonPatch --version 3.5.0
#r "nuget: Tingle.Extensions.JsonPatch, 3.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tingle.Extensions.JsonPatch:

Package Downloads
Falu

The official client library for Falu. (https://falu.io)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.7.0 81 3/25/2024
4.6.0 193 3/8/2024
4.5.0 255 11/22/2023
4.4.1 1,779 11/20/2023
4.4.0 314 11/15/2023
4.3.0 125 10/18/2023
4.2.2 119 9/20/2023
4.2.1 188 8/4/2023
4.2.0 2,967 5/31/2023
4.1.1 147 5/26/2023
4.1.0 811 5/22/2023
4.0.0 203 3/14/2023
3.8.1 528 11/30/2022
3.8.0 1,742 11/21/2022
3.7.0 3,058 9/4/2022
3.6.0 4,254 7/4/2022
3.5.3 630 4/8/2022
3.5.2 2,733 1/7/2022
3.5.1 2,113 11/11/2021
3.5.0 330 11/10/2021
3.4.7 374 11/2/2021
3.4.6 342 10/29/2021
3.4.5 417 10/9/2021
3.4.4 2,581 8/9/2021
3.4.3 285 8/9/2021
3.4.2 6,144 6/12/2021