explicitly create an object from an initializer list
Synopsis
Declared in <nlohmann/json.hpp>
[[nodiscard]]
static
basic_json
object(initializer_list_t init = {});
Return Value
a class to store JSON values
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
init |
helper type for initializer lists of basic_json values |
Created with MrDocs