[This is preliminary documentation and is subject to change.]

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

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public virtual int Depth { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Depth As Integer
Visual C++
public:
virtual property int Depth {
	int get ();
}

Field Value

The depth of the current token in the JSON document.

See Also

JsonReader Class
Facebook.Json Namespace