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