Json.is_obj
constexpr bool is_obj() const noexcept;
Determines if the internal data is of type Obj
.
Returns
true
for object type, false
otherwise
Exception Safety
No-throw guarantee
Complexity
Constant time O(1)
Version
Since v3.0.0 .
constexpr bool is_obj() const noexcept;
Determines if the internal data is of type Obj
.
Returns
true
for object type, false
otherwise
Exception Safety
No-throw guarantee
Complexity
Constant time O(1)
Since v3.0.0 .