JsonValue.IsNull() Method

Version: Available or changed with runtime version 1.0.

Indicates whether the JsonValue contains the JSON value of NULL.

Syntax

Ok :=   JsonValue.IsNull()

Note

This method can be invoked using property access syntax.

Parameters

JsonValue
 Type: JsonValue
An instance of the JsonValue data type.

Return Value

Ok
 Type: Boolean
true if the JsonValue contains the JSON value of NULL; otherwise, false

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions