mstch/test/data/null_string.hpp

7 lines
147 B
C++
Raw Normal View History

2015-04-21 22:55:12 +08:00
const auto null_string_data = mstch::map{
{"name", std::string{"Elise"}},
{"glytch", true},
{"binary", false},
{"value", mstch::node{}}
};