JsonValueIsNull Property

Gets whether this JsonValue instance has Null Type and equals to the Null instance.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public bool IsNull { get; }

Property Value

Boolean

See Also