5 lines
97 B
C
5 lines
97 B
C
|
auto data = mstch::object{
|
||
|
{"tag1", std::string{"Hello"}},
|
||
|
{"tag2", std::string{"World"}}
|
||
|
};
|