JsonExtensions.GetDefaultJsonSerializerOptions Method
Definition
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.
Gets the default JSON serializer options with web defaults and custom converters.
public static System.Text.Json.JsonSerializerOptions GetDefaultJsonSerializerOptions();
static member GetDefaultJsonSerializerOptions : unit -> System.Text.Json.JsonSerializerOptions
Public Function GetDefaultJsonSerializerOptions () As JsonSerializerOptions
Returns
A configured JsonSerializerOptions instance.