4 lines
111 B
C
4 lines
111 B
C
|
auto data = mstch::object{
|
||
|
{"array_of_strings", mstch::array{std::string{"hello"}, std::string{"world"}}}
|
||
|
};
|