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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)