System.Net.Http.Json 9.0.15

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.
115
OpenIddict.Client.SystemNetHttp
System.Net.Http integration package for the OpenIddict client services.
120
OpenIddict.Client.SystemNetHttp
System.Net.Http integration package for the OpenIddict client services.
121
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
118
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
119
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
122
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
129
Refit
The automatic type-safe REST library for Xamarin and .NET
115
Refit
The automatic type-safe REST library for Xamarin and .NET
119
Refit
The automatic type-safe REST library for Xamarin and .NET
121
Refit
The automatic type-safe REST library for Xamarin and .NET
122
Refit
The automatic type-safe REST library for Xamarin and .NET
123
Refit
The automatic type-safe REST library for Xamarin and .NET
124
Refit
The automatic type-safe REST library for Xamarin and .NET
128
Refit
The automatic type-safe REST library for Xamarin and .NET
130
Refit
The automatic type-safe REST library for Xamarin and .NET
139
Refit
The automatic type-safe REST library for Xamarin and .NET
160

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

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.3.26207.106 6 04/14/2026
11.0.0-preview.2.26159.112 13 03/12/2026
11.0.0-preview.1.26104.118 17 02/11/2026
10.0.7 3 04/21/2026
10.0.6 4 04/14/2026
10.0.5 12 03/13/2026
10.0.4 12 03/12/2026
10.0.3 12 02/11/2026
10.0.2 21 01/13/2026
10.0.1 39 12/13/2025
10.0.0 42 11/12/2025
10.0.0-rc.2.25502.107 56 10/14/2025
10.0.0-rc.1.25451.107 69 09/09/2025
10.0.0-preview.7.25380.108 64 08/14/2025
10.0.0-preview.6.25358.103 84 07/18/2025
10.0.0-preview.5.25277.114 74 06/06/2025
10.0.0-preview.4.25258.110 93 05/17/2025
10.0.0-preview.3.25171.5 101 04/11/2025
10.0.0-preview.2.25163.2 80 04/02/2025
10.0.0-preview.1.25080.5 84 04/02/2025
9.0.15 4 04/14/2026
9.0.14 13 03/12/2026
9.0.13 14 02/11/2026
9.0.12 21 01/13/2026
9.0.11 42 11/12/2025
9.0.10 67 10/14/2025
9.0.9 76 09/09/2025
9.0.8 70 08/05/2025
9.0.7 67 07/09/2025
9.0.6 94 06/12/2025
9.0.5 69 05/17/2025
9.0.4 83 04/11/2025
9.0.3 96 04/02/2025
9.0.2 92 04/02/2025
9.0.1 91 03/31/2025
9.0.0 78 11/14/2024
9.0.0-rc.2.24473.5 79 10/23/2024
9.0.0-rc.1.24431.7 88 09/19/2024
9.0.0-preview.7.24405.7 84 10/23/2024
9.0.0-preview.6.24327.7 88 10/21/2024
9.0.0-preview.5.24306.7 91 09/20/2024
9.0.0-preview.4.24266.19 107 10/21/2024
9.0.0-preview.3.24172.9 95 10/23/2024
9.0.0-preview.2.24128.5 81 10/23/2024
9.0.0-preview.1.24080.9 94 10/23/2024
8.0.1 98 10/21/2024
8.0.0 103 10/21/2024
8.0.0-rc.2.23479.6 88 10/21/2024
8.0.0-rc.1.23419.4 87 10/23/2024
8.0.0-preview.7.23375.6 91 09/20/2024
8.0.0-preview.6.23329.7 91 10/23/2024
8.0.0-preview.5.23280.8 100 09/20/2024
8.0.0-preview.4.23259.5 85 10/23/2024
8.0.0-preview.3.23174.8 96 09/20/2024
8.0.0-preview.2.23128.3 115 09/20/2024
8.0.0-preview.1.23110.8 92 10/23/2024
7.0.1 93 10/21/2024
7.0.0 84 10/21/2024
7.0.0-rc.2.22472.3 86 09/20/2024
7.0.0-rc.1.22426.10 86 10/23/2024
7.0.0-preview.7.22375.6 85 10/21/2024
7.0.0-preview.6.22324.4 92 10/23/2024
7.0.0-preview.5.22301.12 96 10/21/2024
7.0.0-preview.4.22229.4 87 10/23/2024
7.0.0-preview.3.22175.4 95 10/23/2024
7.0.0-preview.2.22152.2 87 09/20/2024
7.0.0-preview.1.22076.8 77 09/20/2024
6.0.2 91 11/14/2024
6.0.1 82 10/21/2024
6.0.0 88 10/21/2024
6.0.0-rc.2.21480.5 86 09/20/2024
6.0.0-rc.1.21451.13 86 10/23/2024
6.0.0-preview.7.21377.19 86 10/21/2024
6.0.0-preview.6.21352.12 90 10/21/2024
6.0.0-preview.5.21301.5 87 10/23/2024
6.0.0-preview.4.21253.7 87 10/23/2024
6.0.0-preview.3.21201.4 83 10/23/2024
6.0.0-preview.2.21154.6 78 10/23/2024
6.0.0-preview.1.21102.12 83 10/21/2024
5.0.0 79 09/20/2024
5.0.0-rc.2.20475.5 93 10/21/2024
5.0.0-rc.1.20451.14 80 10/23/2024
5.0.0-preview.8.20407.11 88 10/21/2024
5.0.0-preview.7.20364.11 92 10/21/2024
5.0.0-preview.6.20305.6 87 10/23/2024
5.0.0-preview.5.20278.1 88 10/23/2024
5.0.0-preview.4.20251.6 94 10/23/2024
5.0.0-preview.3.20214.6 100 09/20/2024
3.2.1 110 10/21/2024
3.2.0 85 10/21/2024
3.2.0-rc1.20217.1 73 10/21/2024
3.2.0-preview5.20210.3 84 10/21/2024
3.2.0-preview3.20175.8 104 09/20/2024