MaxDepth Property

Json.NET

Json.NET - Quick Starts & API Documentation MaxDepth Property
NamespacesNewtonsoft.JsonJsonReaderMaxDepth
Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a JsonReaderException.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<int> MaxDepth { get; set; }
Public Property MaxDepth As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> MaxDepth {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)