IJsonArray.Count

Syntax

Count: Integer;

Description

The Count property returns the number of array elements.

Example

The example of use is given in description of the IJsonDocument.ReadFromFile method.

See also:

IJsonArray