JsonElement::isJsonNull() const
Function Usage
Determines whether a JsonElement node is null.
Function Syntax
bool JsonElement::isJsonNull() const;
Return Value
- Success: true is returned, indicating that the node is null.
- Failure: false is returned, indicating that the node is not null.
Parent topic: Function Syntax