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