value
value::is_structured
value::is_null
value::is_primitive
string
array
object
storage_ptr
Checks if this is an array or an object.
bool is_structured() const noexcept;
This function returns true if kind() is either kind::object or kind::array.
true
kind()
kind::object
kind::array
Constant.
No-throw guarantee.