IJsonObject.ItemByIndex

Syntax

ItemByIndex(Index: Integer): IJsonElement;

Parameters

Index. Element index.

Description

The ItemByIndex property returns the element with the specified index.

Example

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

See also:

IJsonObject