Microsoft.AspNetCore.Mvc.NewtonsoftJson 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.
Provides types required to support Newtonsoft.Json based formatters.
Classes
JsonSerializerSettingsProvider |
Helper class which provides Newtonsoft.Json.JsonSerializerSettings. |
NewtonsoftJsonValidationMetadataProvider |
An implementation of IDisplayMetadataProvider and IValidationMetadataProvider for the Newtonsoft.Json attribute classes. |
ProblemDetailsConverter |
A RFC 7807 compliant Newtonsoft.Json.JsonConverter for ProblemDetails. |
ValidationProblemDetailsConverter |
A RFC 7807 compliant Newtonsoft.Json.JsonConverter for ValidationProblemDetails. |
Remarks
For more information about formatting, see Format response data.