Depth Property

Json.NET

Json.NET - Quick Starts & API Documentation Depth Property
NamespacesNewtonsoft.JsonJsonReaderDepth
Gets the depth of the current token in the JSON document.
Declaration Syntax
C# Visual Basic Visual C++
public virtual int Depth { get; }
Public Overridable ReadOnly Property Depth As Integer
	Get
public:
virtual property int Depth {
	int get ();
}
Value
The depth of the current token in the JSON document.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)