Gets the depth of the current token in the JSON document.

Declaration Syntax
public int Depth { get; }Public ReadOnly Property Depth As Integer
public:
property int Depth {
int get ();
}
Value
The depth of the current token in the JSON document.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)