7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
mstch::object{
|
|
{"title", []() {
|
|
return std::string{"Welcome"};
|
|
}},
|
|
{"again", std::string{"Goodbye"}}
|
|
}
|