return whether value is an array
Synopsis
Declared in <nlohmann/json.hpp>
constexpr
bool
is_array() const noexcept;
Return Value
true if the value is an array; false otherwise
Created with MrDocs
return whether value is an array
Declared in <nlohmann/json.hpp>
constexpr
bool
is_array() const noexcept;
true if the value is an array; false otherwise
Created with MrDocs