8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
mstch::object{
|
|
{"items", mstch::array{
|
|
mstch::object{
|
|
{"name", std::string{"name"}},
|
|
{"items", mstch::array{1, 2, 3, 4}}
|
|
}
|
|
}}
|
|
} |