IJsonElement.AsArray

Syntax

AsArray: IJsonArray;

AsArray: Prognoz.Platform.Interop.ForeSystem.IJsonArray;

Description

The AsArray property returns the element as an array.

Fore and Fore.NET Examples

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

See also:

IJsonElement