| 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 public virtual int Depth { get; }
Property Value
Type:
Int32The depth of the current token in the JSON document.
See Also