explicitly create an array from an initializer list
Declared in <nlohmann/json.hpp>
<nlohmann/json.hpp>
[[nodiscard]] static basic_json array(initializer_list_t init = {});
a class to store JSON values
The return value should not be discarded.