Table of Contents

TJElement.AsObject Method

Casts this element to TJObject.

Remarks

Raises EInvalidJsonCast if the element is not a JSON object.

Syntax

Unit: Bcl.Json.Classes

function TJElement.AsObject: TJObject;

See also