System.Net.Http.Json
7.0.1
See the version list below for details.
dotnet add package System.Net.Http.Json --version 7.0.1
NuGet\Install-Package System.Net.Http.Json -Version 7.0.1
<PackageReference Include="System.Net.Http.Json" Version="7.0.1" />
paket add System.Net.Http.Json --version 7.0.1
#r "nuget: System.Net.Http.Json, 7.0.1"
// Install System.Net.Http.Json as a Cake Addin
#addin nuget:?package=System.Net.Http.Json&version=7.0.1
// Install System.Net.Http.Json as a Cake Tool
#tool nuget:?package=System.Net.Http.Json&version=7.0.1
Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json.
Commonly Used Types:
System.Net.Http.Json.HttpClientJsonExtensions
System.Net.Http.Json.HttpContentJsonExtensions
System.Net.Http.Json.JsonContent
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 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Text.Json (>= 7.0.2)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Text.Json (>= 7.0.2)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- System.Text.Json (>= 7.0.2)
-
net7.0
- System.Text.Json (>= 7.0.2)
NuGet packages (461)
Showing the top 5 NuGet packages that depend on System.Net.Http.Json:
Package | Downloads |
---|---|
Refit
The automatic type-safe REST library for Xamarin and .NET |
|
Dapr.Client
This package contains the reference assemblies for developing services using Dapr. |
|
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services. |
|
Apprio.Enablement.Telemetry.Exceptions
Package Description |
|
Steeltoe.Extensions.Configuration.ConfigServerBase
Configuration provider for reading from Spring Cloud Config Server |
GitHub repositories (170)
Showing the top 5 popular GitHub repositories that depend on System.Net.Http.Json:
Repository | Stars |
---|---|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
|
|
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
|
|
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
|