Depth Property

Json.NET

Json.NET - Quick Starts & API Documentation Depth Property
NamespacesNewtonsoft.JsonJsonValidatingReaderDepth
Gets the depth of the current token in the JSON document.
Declaration Syntax
C# Visual Basic Visual C++
public override int Depth { get; }
Public Overrides ReadOnly Property Depth As Integer
	Get
public:
virtual property int Depth {
	int get () override;
}
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)