4 lines
72 B
C++
4 lines
72 B
C++
auto data = mstch::object{
|
|
{"message", std::string{"Some <code>"}}
|
|
};
|
auto data = mstch::object{
|
|
{"message", std::string{"Some <code>"}}
|
|
};
|