JsonSerializerOptions.Default Property

Definition

Gets a read-only, singleton instance of JsonSerializerOptions that uses the default configuration.

public static System.Text.Json.JsonSerializerOptions Default { get; }

Property Value

Remarks

Each JsonSerializerOptions instance encapsulates its own serialization metadata caches, so using fresh default instances every time one is needed can result in redundant recomputation of converters. This property provides a shared instance that can be consumed by any number of components without necessitating any converter recomputation.

Applies to

Product Versions
.NET 7, 8 (package-provided), 8, 9 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)