create a container (array or object) from an initializer list
<nlohmann/json.hpp>
basic_json(
initializer_list_t init,
bool type_deduction = true,
value_t manual_type = value_t::array);
Name | Description |
---|---|
init | The object to construct from |