Table of Contents

TJElement.AsArray Method

Casts this element to TJArray.

Remarks

Raises EInvalidJsonCast if the element is not a JSON array.

Syntax

Unit: Bcl.Json.Classes

function TJElement.AsArray: TJArray;

See also