5 lines
325 B
C++
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{}}}};
|