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.
Json |
Options to configure JSON serialization settings for HttpRequestJsonExtensions and HttpResponseJsonExtensions. |
For more information about using JSON with ASP.NET Core, see Basic JSON APIs with Route-to-code.