9 lines
135 B
C
9 lines
135 B
C
auto data = mstch::object{
|
|
{"outer", mstch::object{
|
|
{"id", 1},
|
|
{"second", mstch::object{
|
|
{"nothing", 2}
|
|
}}
|
|
}}
|
|
};
|