explicitly create an object from an initializer list
Declared in <nlohmann/json.hpp>
[[__warn_unused_result__]]
static
basic_json
object(initializer_list_t init = {});
a class to store JSON values
| Name | Description |
|---|---|
| init | helper type for initializer lists of basic_json values |