Microsoft.AspNetCore.Http.Json Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.