5 lines
290 B
C++
5 lines
290 B
C++
const auto falsy_data = mstch::map_wrapper{{{"emptyString", std::string{""}},
|
|
{"emptyArray", mstch::array_wrapper{}},
|
|
{"zero", 0},
|
|
{"null", mstch::node{}}}};
|