4 lines
64 B
C
4 lines
64 B
C
|
auto data = mstch::object{
|
||
|
{"value", std::string{"\\abc"}}
|
||
|
};
|