System.Net.Http.Json Namespace

Provides extension methods for HttpClient and HttpContent that perform automatic serialization and deserialization using System.Text.Json.

Classes

HttpClientJsonExtensions

Contains extension methods to send and receive HTTP content as JSON.

HttpContentJsonExtensions

Contains extension methods to read and then parse the HttpContent from JSON.

JsonContent

Provides HTTP content based on JSON.