System.Net.Http.Json 10.0.9

About

Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that facilitate serialization and deserialization of HTTP requests using System.Text.Json.

Key Features

  • Extension methods for deserializing HTTP response JSON bodies.
  • Extension methods for serializing HTTP request JSON bodies.
  • Extension methods for deserializing JSON from HttpContent instances.

How to Use

using System.Net.Http.Json;

using var client = new HttpClient();

// Get the list of all books
Book[] books = await client.GetFromJsonAsync<Book[]>("https://api.contoso.com/books");

// Send a POST request to add a new book
var book = new Book(id: 42, "Title", "Author", publishedYear: 2023);
HttpResponseMessage response = await client.PostAsJsonAsync($"https://api.contoso.com/books/{book.id}", book);

if (response.IsSuccessStatusCode)
    Console.WriteLine("Book added successfully.");
else
    Console.WriteLine($"HTTP request failed with status code: {response.StatusCode}");

public record Book(int id, string title, string author, int publishedYear);

Main Types

The main types provided by this library are:

  • HttpClientJsonExtensions
  • HttpContentJsonExtensions

Additional Documentation

Feedback & Contributing

System.Net.Http.Json is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Net.Http.Json.

Packages Downloads
OpenIddict.Client.SystemNetHttp
System.Net.Http integration package for the OpenIddict client services.
132
OpenIddict.Client.SystemNetHttp
System.Net.Http integration package for the OpenIddict client services.
133
OpenIddict.Client.SystemNetHttp
System.Net.Http integration package for the OpenIddict client services.
135
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
133
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
139
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
141
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
145
Refit
The automatic type-safe REST library for Xamarin and .NET
131
Refit
The automatic type-safe REST library for Xamarin and .NET
134
Refit
The automatic type-safe REST library for Xamarin and .NET
136
Refit
The automatic type-safe REST library for Xamarin and .NET
138
Refit
The automatic type-safe REST library for Xamarin and .NET
140
Refit
The automatic type-safe REST library for Xamarin and .NET
142
Refit
The automatic type-safe REST library for Xamarin and .NET
146
Refit
The automatic type-safe REST library for Xamarin and .NET
147
Refit
The automatic type-safe REST library for Xamarin and .NET
148
Refit
The automatic type-safe REST library for Xamarin and .NET
176

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET Standard 2.0

.NET 10.0

  • No dependencies.

.NET 8.0

.NET 9.0

Version Downloads Last updated
11.0.0-preview.5.26302.115 5 06/11/2026
11.0.0-preview.4.26230.115 10 05/13/2026
11.0.0-preview.3.26207.106 26 04/14/2026
11.0.0-preview.2.26159.112 24 03/12/2026
11.0.0-preview.1.26104.118 29 02/11/2026
10.0.9 2 06/11/2026
10.0.8 14 05/13/2026
10.0.7 20 04/21/2026
10.0.6 22 04/14/2026
10.0.5 25 03/13/2026
10.0.4 25 03/12/2026
10.0.3 25 02/11/2026
10.0.2 35 01/13/2026
10.0.1 52 12/13/2025
10.0.0 55 11/12/2025
10.0.0-rc.2.25502.107 72 10/14/2025
10.0.0-rc.1.25451.107 83 09/09/2025
10.0.0-preview.7.25380.108 75 08/14/2025
10.0.0-preview.6.25358.103 95 07/18/2025
10.0.0-preview.5.25277.114 89 06/06/2025
10.0.0-preview.4.25258.110 105 05/17/2025
10.0.0-preview.3.25171.5 119 04/11/2025
10.0.0-preview.2.25163.2 93 04/02/2025
10.0.0-preview.1.25080.5 99 04/02/2025
9.0.17 4 06/10/2026
9.0.16 9 05/13/2026
9.0.15 23 04/14/2026
9.0.14 27 03/12/2026
9.0.13 27 02/11/2026
9.0.12 36 01/13/2026
9.0.11 53 11/12/2025
9.0.10 79 10/14/2025
9.0.9 93 09/09/2025
9.0.8 82 08/05/2025
9.0.7 83 07/09/2025
9.0.6 106 06/12/2025
9.0.5 86 05/17/2025
9.0.4 96 04/11/2025
9.0.3 113 04/02/2025
9.0.2 106 04/02/2025
9.0.1 101 03/31/2025
9.0.0 90 11/14/2024
9.0.0-rc.2.24473.5 92 10/23/2024
9.0.0-rc.1.24431.7 103 09/19/2024
9.0.0-preview.7.24405.7 96 10/23/2024
9.0.0-preview.6.24327.7 98 10/21/2024
9.0.0-preview.5.24306.7 106 09/20/2024
9.0.0-preview.4.24266.19 119 10/21/2024
9.0.0-preview.3.24172.9 109 10/23/2024
9.0.0-preview.2.24128.5 92 10/23/2024
9.0.0-preview.1.24080.9 109 10/23/2024
8.0.1 110 10/21/2024
8.0.0 114 10/21/2024
8.0.0-rc.2.23479.6 102 10/21/2024
8.0.0-rc.1.23419.4 101 10/23/2024
8.0.0-preview.7.23375.6 105 09/20/2024
8.0.0-preview.6.23329.7 105 10/23/2024
8.0.0-preview.5.23280.8 113 09/20/2024
8.0.0-preview.4.23259.5 98 10/23/2024
8.0.0-preview.3.23174.8 112 09/20/2024
8.0.0-preview.2.23128.3 129 09/20/2024
8.0.0-preview.1.23110.8 107 10/23/2024
7.0.1 114 10/21/2024
7.0.0 94 10/21/2024
7.0.0-rc.2.22472.3 98 09/20/2024
7.0.0-rc.1.22426.10 99 10/23/2024
7.0.0-preview.7.22375.6 95 10/21/2024
7.0.0-preview.6.22324.4 104 10/23/2024
7.0.0-preview.5.22301.12 107 10/21/2024
7.0.0-preview.4.22229.4 95 10/23/2024
7.0.0-preview.3.22175.4 107 10/23/2024
7.0.0-preview.2.22152.2 100 09/20/2024
7.0.0-preview.1.22076.8 91 09/20/2024
6.0.2 104 11/14/2024
6.0.1 92 10/21/2024
6.0.0 101 10/21/2024
6.0.0-rc.2.21480.5 98 09/20/2024
6.0.0-rc.1.21451.13 97 10/23/2024
6.0.0-preview.7.21377.19 99 10/21/2024
6.0.0-preview.6.21352.12 105 10/21/2024
6.0.0-preview.5.21301.5 99 10/23/2024
6.0.0-preview.4.21253.7 100 10/23/2024
6.0.0-preview.3.21201.4 95 10/23/2024
6.0.0-preview.2.21154.6 90 10/23/2024
6.0.0-preview.1.21102.12 94 10/21/2024
5.0.0 90 09/20/2024
5.0.0-rc.2.20475.5 112 10/21/2024
5.0.0-rc.1.20451.14 91 10/23/2024
5.0.0-preview.8.20407.11 102 10/21/2024
5.0.0-preview.7.20364.11 104 10/21/2024
5.0.0-preview.6.20305.6 106 10/23/2024
5.0.0-preview.5.20278.1 101 10/23/2024
5.0.0-preview.4.20251.6 107 10/23/2024
5.0.0-preview.3.20214.6 109 09/20/2024
3.2.1 122 10/21/2024
3.2.0 93 10/21/2024
3.2.0-rc1.20217.1 86 10/21/2024
3.2.0-preview5.20210.3 94 10/21/2024
3.2.0-preview3.20175.8 115 09/20/2024