TJElement.AsNull Method
Casts this element to TJNull.
Remarks
Raises EInvalidJsonCast if the element is not a JSON null.
Syntax
Unit: Bcl.Json.Classes
function TJElement.AsNull: TJNull;
Casts this element to TJNull.
Raises EInvalidJsonCast if the element is not a JSON null.
Unit: Bcl.Json.Classes
function TJElement.AsNull: TJNull;