value::is_null 方法

当前值是否为 null 值?

bool is_null() const;

返回值

如果值为 null 值,则为 true,否则为 false

要求

**标头:**json.h

**命名空间:**web::json

请参见

参考

value 类