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