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