return whether type is structured
Declared in <nlohmann/json.hpp>
<nlohmann/json.hpp>
constexpr bool is_structured() const noexcept;
true if the value is an array or an object; false otherwise
true
false