System.Net.Http.Json 9.0.18

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.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
38
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
37
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
36
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
34
StrawberryShake.Transport.Http
GraphQL over HTTP transport implementation for StrawberryShake GraphQL clients.
33
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
33
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
32

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