mstch/test/data/empty_string.data
2015-04-10 10:14:12 +02:00

6 lines
133 B
Plaintext

mstch::object{
{"description", std::string{"That is all!"}},
{"child", mstch::object{
{"description", std::string{""}}
}}
}