JsonWriterOptions.MaxDepth Property

Definition

Gets or sets the maximum depth allowed when writing JSON, with the default (that is, 0) indicating a max depth of 1000.

C#
public int MaxDepth { get; set; }

Property Value

Exceptions

Thrown when the max depth is set to a negative value.

Remarks

Reading past this depth will throw a <exception cref="T:System.Text.Json.JsonException>.

Applies to

Toode Versioonid
.NET 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)