Table of Contents

Property DefaultJsonSerializerOptions

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

DefaultJsonSerializerOptions

Gets or sets the default options used for JSON serialization.

public static JsonSerializerOptions? DefaultJsonSerializerOptions { get; set; }

Property Value

JsonSerializerOptions

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.