IJsonArray.Item

Syntax

Item(Index: Integer): IJsonElement;

Item[Index: Integer]: Prognoz.Platform.Interop.ForeSystem.IJsonElement;

Parameters

Index. Element index.

Description

The Item property returns the element with the specified index.

Fore and Fore.NET Examples

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

See also:

IJsonArray