6 lines
97 B
C
6 lines
97 B
C
|
auto data = mstch::object{
|
||
|
{"person?", mstch::object{
|
||
|
{"name", std::string{"Jon"}}
|
||
|
}}
|
||
|
};
|