value
value::is_bool
value::is_double
value::is_null
string
array
object
storage_ptr
Return true if this is a bool.
true
bool is_bool() const noexcept;
This function is used to determine if the underlying representation is a certain kind.
return this->kind() == kind::bool_;
Constant.
No-throw guarantee.