Property DefaultJsonSerializerOptions
DefaultJsonSerializerOptions
Gets or sets the default options used for JSON serialization.
public static JsonSerializerOptions? DefaultJsonSerializerOptions { get; set; }
Property Value
Remarks
These options are used by default when serializing or deserializing JSON data through GetJsonContent<T>(), unless custom options are provided. See JsonSerializerOptions for more information on available options.