Synopsis

Declared in <nlohmann/json.hpp>

basic_json(
    initializer_list_t init,
    bool type_deduction = true,
    value_t manual_type = value_t::array);

Created with MrDocs