value
value::is_object
value::is_array
value::is_string
string
array
object
storage_ptr
Check if this is an object.
bool is_object() const noexcept;
Returns true if the value’s kind() is kind::object.
true
kind()
kind::object
Constant.
No-throw guarantee.
this->kind() == kind::object.
this->kind() == kind::object