Count Property

Json.NET

Json.NET - Quick Starts & API Documentation Count Property
NamespacesNewtonsoft.Json.LinqJContainerCount
Gets the count of child JSON tokens.
Declaration Syntax
C# Visual Basic Visual C++
public int Count { get; }
Public ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () sealed;
}
Value
The count of child JSON tokens

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