mstch/test/data/partial_template.data

7 lines
113 B
Plaintext
Raw Normal View History

2015-04-13 01:12:28 +08:00
mstch::object{
{"title", []() {
return std::string{"Welcome"};
}},
{"again", std::string{"Goodbye"}}
}