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