System.Net.Http.Json 11.0.0-rc.1.26425.128

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
Docker.DotNet.Enhanced
A .NET client for the Docker Engine API (v29.4.1) with fully asynchronous, non-blocking, object-oriented APIs.
61
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
49
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
48
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
47
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
46
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
45
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
44
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
43
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
42
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
41
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
40

.NET 10.0

.NET 11.0

  • No dependencies.

.NET Framework 4.6.2

.NET Standard 2.0

Version Downloads Last updated
11.0.0-rc.1.26425.128 11 09/09/2026
11.0.0-preview.7.26381.103 11 08/14/2026
11.0.0-preview.6.26359.118 20 07/19/2026
11.0.0-preview.5.26302.115 23 06/10/2026
11.0.0-preview.4.26230.115 29 05/14/2026
11.0.0-preview.3.26207.106 39 04/18/2026
11.0.0-preview.2.26159.112 47 03/11/2026
11.0.0-preview.1.26104.118 49 02/11/2026
10.0.12 10 09/09/2026
10.0.11 16 08/14/2026
10.0.10 17 07/20/2026
10.0.9 21 06/10/2026
10.0.8 25 05/15/2026
10.0.7 37 04/27/2026
10.0.6 45 04/18/2026
10.0.5 46 03/13/2026
10.0.4 39 03/12/2026
10.0.3 41 02/11/2026
10.0.2 47 01/14/2026
10.0.1 47 12/10/2025
10.0.0 49 12/12/2025
10.0.0-rc.2.25502.107 40 12/12/2025
10.0.0-rc.1.25451.107 47 12/11/2025
10.0.0-preview.7.25380.108 41 12/20/2025
10.0.0-preview.6.25358.103 46 12/20/2025
10.0.0-preview.5.25277.114 43 12/20/2025
10.0.0-preview.4.25258.110 37 12/30/2025
10.0.0-preview.3.25171.5 39 01/14/2026
10.0.0-preview.2.25163.2 39 01/03/2026
10.0.0-preview.1.25080.5 41 12/15/2025
9.0.20 13 09/09/2026
9.0.19 13 08/14/2026
9.0.18 19 07/20/2026
9.0.17 23 06/10/2026
9.0.16 29 05/15/2026
9.0.15 42 04/18/2026
9.0.14 42 03/12/2026
9.0.13 45 02/11/2026
9.0.12 47 01/14/2026
9.0.11 43 12/12/2025
9.0.10 46 12/10/2025
9.0.9 43 01/07/2026
9.0.8 43 02/04/2026
9.0.7 39 01/07/2026
9.0.6 40 01/16/2026
9.0.5 35 01/31/2026
9.0.4 45 01/22/2026
9.0.3 39 12/09/2025
9.0.2 35 01/12/2026
9.0.1 43 12/14/2025
9.0.0 43 12/12/2025
9.0.0-rc.2.24473.5 39 12/12/2025
9.0.0-rc.1.24431.7 39 12/12/2025
9.0.0-preview.7.24405.7 47 12/12/2025
9.0.0-preview.6.24327.7 37 12/11/2025
9.0.0-preview.5.24306.7 31 12/12/2025
9.0.0-preview.4.24266.19 33 12/12/2025
9.0.0-preview.3.24172.9 34 12/12/2025
9.0.0-preview.2.24128.5 38 12/12/2025
9.0.0-preview.1.24080.9 33 12/12/2025
8.0.1 36 12/12/2025
8.0.0 33 12/12/2025
8.0.0-rc.2.23479.6 34 12/13/2025
8.0.0-rc.1.23419.4 41 12/13/2025
8.0.0-preview.7.23375.6 31 12/12/2025
8.0.0-preview.6.23329.7 35 12/12/2025
8.0.0-preview.5.23280.8 37 12/12/2025
8.0.0-preview.4.23259.5 39 12/12/2025
8.0.0-preview.3.23174.8 33 12/12/2025
8.0.0-preview.2.23128.3 35 12/12/2025
8.0.0-preview.1.23110.8 35 12/12/2025
7.0.1 31 12/12/2025
7.0.0 36 12/12/2025
7.0.0-rc.2.22472.3 33 12/12/2025
7.0.0-rc.1.22426.10 40 12/12/2025
7.0.0-preview.7.22375.6 32 12/12/2025
7.0.0-preview.6.22324.4 33 12/12/2025
7.0.0-preview.5.22301.12 37 12/12/2025
7.0.0-preview.4.22229.4 39 12/12/2025
7.0.0-preview.3.22175.4 40 12/12/2025
7.0.0-preview.2.22152.2 33 12/12/2025
7.0.0-preview.1.22076.8 40 12/12/2025
6.0.2 39 12/12/2025
6.0.2-mauipre.1.22102.15 38 12/12/2025
6.0.2-mauipre.1.22054.8 36 12/12/2025
6.0.1 39 12/12/2025
6.0.0 36 12/12/2025
6.0.0-rc.2.21480.5 33 12/12/2025
6.0.0-rc.1.21451.13 29 12/12/2025
6.0.0-preview.7.21377.19 34 12/12/2025
6.0.0-preview.6.21352.12 33 12/12/2025
6.0.0-preview.5.21301.5 33 12/12/2025
6.0.0-preview.4.21253.7 37 12/12/2025
6.0.0-preview.3.21201.4 34 12/12/2025
6.0.0-preview.2.21154.6 35 12/12/2025
6.0.0-preview.1.21102.12 30 12/11/2025
5.0.0 28 12/12/2025
5.0.0-rc.2.20475.5 32 12/12/2025
5.0.0-rc.1.20451.14 26 12/12/2025
5.0.0-preview.8.20407.11 32 12/20/2025
5.0.0-preview.7.20364.11 35 12/12/2025
5.0.0-preview.6.20305.6 34 12/12/2025
5.0.0-preview.5.20278.1 34 12/12/2025
5.0.0-preview.4.20251.6 35 12/12/2025
5.0.0-preview.3.20214.6 36 12/12/2025
3.2.1 35 12/12/2025
3.2.0 33 12/11/2025
3.2.0-rc1.20217.1 30 12/12/2025
3.2.0-preview5.20210.3 36 12/12/2025
3.2.0-preview3.20175.8 34 12/12/2025