4 lines
67 B
C
4 lines
67 B
C
|
auto data = mstch::object{
|
||
|
{"length", std::string{"hello"}}
|
||
|
};
|