System.Net.Http.Json 9.0.16

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.
125
OpenIddict.Client.SystemNetHttp
System.Net.Http integration package for the OpenIddict client services.
129
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
124
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
126
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
129
OpenIddict.Validation.SystemNetHttp
System.Net.Http integration package for the OpenIddict validation services.
131
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
Refit
The automatic type-safe REST library for Xamarin and .NET
124
Refit
The automatic type-safe REST library for Xamarin and .NET
126
Refit
The automatic type-safe REST library for Xamarin and .NET
128
Refit
The automatic type-safe REST library for Xamarin and .NET
129
Refit
The automatic type-safe REST library for Xamarin and .NET
131
Refit
The automatic type-safe REST library for Xamarin and .NET
132
Refit
The automatic type-safe REST library for Xamarin and .NET
138
Refit
The automatic type-safe REST library for Xamarin and .NET
143
Refit
The automatic type-safe REST library for Xamarin and .NET
168

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.4.26230.115 5 05/13/2026
11.0.0-preview.3.26207.106 18 04/14/2026
11.0.0-preview.2.26159.112 19 03/12/2026
11.0.0-preview.1.26104.118 26 02/11/2026
10.0.8 2 05/13/2026
10.0.7 13 04/21/2026
10.0.6 15 04/14/2026
10.0.5 20 03/13/2026
10.0.4 18 03/12/2026
10.0.3 20 02/11/2026
10.0.2 27 01/13/2026
10.0.1 46 12/13/2025
10.0.0 51 11/12/2025
10.0.0-rc.2.25502.107 68 10/14/2025
10.0.0-rc.1.25451.107 78 09/09/2025
10.0.0-preview.7.25380.108 71 08/14/2025
10.0.0-preview.6.25358.103 92 07/18/2025
10.0.0-preview.5.25277.114 82 06/06/2025
10.0.0-preview.4.25258.110 98 05/17/2025
10.0.0-preview.3.25171.5 112 04/11/2025
10.0.0-preview.2.25163.2 87 04/02/2025
10.0.0-preview.1.25080.5 91 04/02/2025
9.0.16 3 05/13/2026
9.0.15 16 04/14/2026
9.0.14 21 03/12/2026
9.0.13 20 02/11/2026
9.0.12 28 01/13/2026
9.0.11 47 11/12/2025
9.0.10 74 10/14/2025
9.0.9 82 09/09/2025
9.0.8 74 08/05/2025
9.0.7 74 07/09/2025
9.0.6 100 06/12/2025
9.0.5 76 05/17/2025
9.0.4 89 04/11/2025
9.0.3 107 04/02/2025
9.0.2 99 04/02/2025
9.0.1 95 03/31/2025
9.0.0 85 11/14/2024
9.0.0-rc.2.24473.5 84 10/23/2024
9.0.0-rc.1.24431.7 95 09/19/2024
9.0.0-preview.7.24405.7 88 10/23/2024
9.0.0-preview.6.24327.7 94 10/21/2024
9.0.0-preview.5.24306.7 100 09/20/2024
9.0.0-preview.4.24266.19 112 10/21/2024
9.0.0-preview.3.24172.9 100 10/23/2024
9.0.0-preview.2.24128.5 88 10/23/2024
9.0.0-preview.1.24080.9 103 10/23/2024
8.0.1 102 10/21/2024
8.0.0 108 10/21/2024
8.0.0-rc.2.23479.6 93 10/21/2024
8.0.0-rc.1.23419.4 94 10/23/2024
8.0.0-preview.7.23375.6 100 09/20/2024
8.0.0-preview.6.23329.7 99 10/23/2024
8.0.0-preview.5.23280.8 109 09/20/2024
8.0.0-preview.4.23259.5 94 10/23/2024
8.0.0-preview.3.23174.8 105 09/20/2024
8.0.0-preview.2.23128.3 124 09/20/2024
8.0.0-preview.1.23110.8 101 10/23/2024
7.0.1 98 10/21/2024
7.0.0 89 10/21/2024
7.0.0-rc.2.22472.3 90 09/20/2024
7.0.0-rc.1.22426.10 95 10/23/2024
7.0.0-preview.7.22375.6 92 10/21/2024
7.0.0-preview.6.22324.4 99 10/23/2024
7.0.0-preview.5.22301.12 104 10/21/2024
7.0.0-preview.4.22229.4 92 10/23/2024
7.0.0-preview.3.22175.4 103 10/23/2024
7.0.0-preview.2.22152.2 94 09/20/2024
7.0.0-preview.1.22076.8 84 09/20/2024
6.0.2 98 11/14/2024
6.0.1 86 10/21/2024
6.0.0 95 10/21/2024
6.0.0-rc.2.21480.5 93 09/20/2024
6.0.0-rc.1.21451.13 94 10/23/2024
6.0.0-preview.7.21377.19 95 10/21/2024
6.0.0-preview.6.21352.12 98 10/21/2024
6.0.0-preview.5.21301.5 94 10/23/2024
6.0.0-preview.4.21253.7 94 10/23/2024
6.0.0-preview.3.21201.4 90 10/23/2024
6.0.0-preview.2.21154.6 85 10/23/2024
6.0.0-preview.1.21102.12 88 10/21/2024
5.0.0 83 09/20/2024
5.0.0-rc.2.20475.5 101 10/21/2024
5.0.0-rc.1.20451.14 85 10/23/2024
5.0.0-preview.8.20407.11 97 10/21/2024
5.0.0-preview.7.20364.11 101 10/21/2024
5.0.0-preview.6.20305.6 99 10/23/2024
5.0.0-preview.5.20278.1 96 10/23/2024
5.0.0-preview.4.20251.6 102 10/23/2024
5.0.0-preview.3.20214.6 105 09/20/2024
3.2.1 117 10/21/2024
3.2.0 88 10/21/2024
3.2.0-rc1.20217.1 79 10/21/2024
3.2.0-preview5.20210.3 88 10/21/2024
3.2.0-preview3.20175.8 109 09/20/2024