System.Net.Http.Json
7.0.0
dotnet add package System.Net.Http.Json --version 7.0.0
NuGet\Install-Package System.Net.Http.Json -Version 7.0.0
<PackageReference Include="System.Net.Http.Json" Version="7.0.0" />
paket add System.Net.Http.Json --version 7.0.0
#r "nuget: System.Net.Http.Json, 7.0.0"
// Install System.Net.Http.Json as a Cake Addin
#addin nuget:?package=System.Net.Http.Json&version=7.0.0
// Install System.Net.Http.Json as a Cake Tool
#tool nuget:?package=System.Net.Http.Json&version=7.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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.2
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Text.Json (>= 7.0.0)
- 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.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- System.Text.Json (>= 7.0.0)
-
net7.0
- System.Text.Json (>= 7.0.0)
NuGet packages (416)
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. |
|
Steeltoe.Extensions.Configuration.ConfigServerBase
Configuration provider for reading from Spring Cloud Config Server |
|
Apprio.Enablement.Telemetry.Exceptions
Package Description |
|
EasyNetQ.Management.Client
A .NET client for the RabbitMQ RESTful management API |
GitHub repositories (156)
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-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.
|
|
quartznet/quartznet
Quartz Enterprise Scheduler .NET
|