Click or drag to resize
Json.NET Schema

JSchemaValidatingReaderDepth Property

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

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual int Depth { get; }

Property Value

Type: Int32
The depth of the current token in the JSON document.
See Also