nlohmann::basic_json::is_object

return whether value is an object

Synopsis

Declared in <nlohmann/json.hpp>

constexpr
bool
is_object() const noexcept;

Return Value

true if the value is an object; false otherwise