System.Net.Http.Json
6.0.0
Prefix Reserved
See the version list below for details.
Install-Package System.Net.Http.Json -Version 6.0.0
dotnet add package System.Net.Http.Json --version 6.0.0
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
paket add System.Net.Http.Json --version 6.0.0
#r "nuget: System.Net.Http.Json, 6.0.0"
// Install System.Net.Http.Json as a Cake Addin
#addin nuget:?package=System.Net.Http.Json&version=6.0.0
// Install System.Net.Http.Json as a Cake Tool
#tool nuget:?package=System.Net.Http.Json&version=6.0.0
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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Text.Json (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Text.Json (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net5.0
- System.Text.Json (>= 6.0.0)
-
net6.0
- System.Text.Json (>= 6.0.0)
NuGet packages (303)
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 |
|
Steeltoe.Extensions.Configuration.ConfigServerBase
Configuration provider for reading from Spring Cloud Config Server |
|
Steeltoe.Management.EndpointBase
Steeltoe management endpoints |
|
Steeltoe.Management.EndpointCore
Package for using Steeltoe management endpoints with ASP.NET Core. |
|
Dapr.Client
This package contains the reference assemblies for developing services using Dapr. |
GitHub repositories (134)
Showing the top 5 popular GitHub repositories that depend on System.Net.Http.Json:
Repository | Stars |
---|---|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
dotnet/orleans
Cloud Native application framework 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.
|