我要评分
获取效率
正确性
完整性
易理解

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.