Item(Index: Integer): IJsonElement;
Item[Index: Integer]: Prognoz.Platform.Interop.ForeSystem.IJsonElement;
Index. Element index.
The Item property returns the element with the specified index.
The example of use is given in description of the IJsonDocument.ReadFromFile method.
See also: