Microsoft.AspNetCore.Http.Json Namespace

Contains types related to reading JSON from HTTP requests and writing JSON to HTTP responses.

Classes

JsonOptions

Options to configure JSON serialization settings for HttpRequestJsonExtensions and HttpResponseJsonExtensions.

Remarks

For more information about using JSON with ASP.NET Core, see Basic JSON APIs with Route-to-code.