mstch/test/data/empty_string.data

6 lines
133 B
Plaintext
Raw Normal View History

2015-04-10 10:09:26 +02:00
mstch::object{
2015-04-09 20:41:27 +02:00
{"description", std::string{"That is all!"}},
{"child", mstch::object{
{"description", std::string{""}}
}}
2015-04-10 10:09:26 +02:00
}