4 lines
59 B
C
4 lines
59 B
C
|
auto data = mstch::object{
|
||
|
{"tag", std::string{"yo"}}
|
||
|
};
|