6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
mstch::object{
|
|
{"description", std::string{"That is all!"}},
|
|
{"child", mstch::object{
|
|
{"description", std::string{""}}
|
|
}}
|
|
} |