mstch/test/data/falsy.hpp

5 lines
290 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const auto falsy_data = mstch::map_wrapper{{{"emptyString", std::string{""}},
{"emptyArray", mstch::array_wrapper{}},
{"zero", 0},
{"null", mstch::node{}}}};