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