Table of Contents

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;

See also