returns the maximum possible number of elements
Declared in <nlohmann/json.hpp>
<nlohmann/json.hpp>
size_type max_size() const noexcept;
the maximum possible number of elements (the array/object max_size() for arrays and objects, size() for all other types)