diff --git a/docs/standard/serialization/system-text-json/configure-options.md b/docs/standard/serialization/system-text-json/configure-options.md index b6699ba169f21..2b60ab4255db1 100644 --- a/docs/standard/serialization/system-text-json/configure-options.md +++ b/docs/standard/serialization/system-text-json/configure-options.md @@ -59,7 +59,7 @@ The metadata cache of the existing `JsonSerializerOptions` instance isn't copied The following options have different defaults for web apps: * = `true` -* = +* = * = In .NET 9 and later versions, you can use the `JsonSerializerOptions.Web` singleton to serialize with the default options that ASP.NET Core uses for web apps. In earlier versions, call the [JsonSerializerOptions constructor](xref:System.Text.Json.JsonSerializerOptions.%23ctor(System.Text.Json.JsonSerializerDefaults)) to create a new instance with the web defaults, as shown in the following example: