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;
Casts this element to TJArray.
Raises EInvalidJsonCast if the element is not a JSON array.
Unit: Bcl.Json.Classes
function TJElement.AsArray: TJArray;