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