JsonReaderOptions.MaxDepth 属性

定义

获取或设置读取 JSON 时允许的最大深度,默认值(即 0)表示最大深度为 64。

public:
 property int MaxDepth { int get(); void set(int value); };
public int MaxDepth { get; set; }
member this.MaxDepth : int with get, set
Public Property MaxDepth As Integer

属性值

Int32

读取 JSON 时所允许的最大深度。

例外

最大深度设置为负值。

注解

读取时超过此深度会引发 JsonException

适用于