return whether type is structured

Synopsis

Declared in <nlohmann/json.hpp>

constexpr
bool
is_structured() const noexcept;

Return Value

true if the value is an array or an object; false otherwise

Created with MrDocs