mstch/test/data/null_string.hpp
2020-02-12 20:53:14 +01:00

5 lines
325 B
C++

const mstch::node null_string_data = mstch::map_wrapper{{{"name", std::string{"Elise"}},
{"glytch", true},
{"binary", false},
{"value", mstch::node{}}}};