IJsonElement.AsArray

Syntax

AsArray: IJsonArray;

Description

The AsArray property returns the element as an array.

Example

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

See also:

IJsonElement