IJsonArray.Item

Syntax

Item(Index: Integer): IJsonElement;

Parameters

Index. Element index.

Description

The Item property returns the element with the specified index.

Example

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

See also:

IJsonArray