5 lines
67 B
C
5 lines
67 B
C
|
auto data = mstch::object{
|
||
|
{"bedrooms", true},
|
||
|
{"total", 1}
|
||
|
};
|