HasValues Property

Json.NET

Json.NET - Quick Starts & API Documentation HasValues Property
NamespacesNewtonsoft.Json.LinqJTokenHasValues
Gets a value indicating whether this token has childen tokens.
Declaration Syntax
C# Visual Basic Visual C++
public abstract bool HasValues { get; }
Public MustOverride ReadOnly Property HasValues As Boolean
	Get
public:
virtual property bool HasValues {
	bool get () abstract;
}
Value
true if this token has child values; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)