mstch/test/data/empty_string.h

7 lines
147 B
C
Raw Normal View History

2015-04-10 02:41:27 +08:00
auto data = mstch::object{
{"description", std::string{"That is all!"}},
{"child", mstch::object{
{"description", std::string{""}}
}}
};