7 lines
147 B
C
7 lines
147 B
C
|
auto data = mstch::object{
|
||
|
{"description", std::string{"That is all!"}},
|
||
|
{"child", mstch::object{
|
||
|
{"description", std::string{""}}
|
||
|
}}
|
||
|
};
|