2015-04-17 03:05:59 +08:00
|
|
|
const auto nesting_same_name_data = mstch::map{
|
2015-04-10 02:41:27 +08:00
|
|
|
{"items", mstch::array{
|
2015-04-17 03:05:59 +08:00
|
|
|
mstch::map{
|
2015-04-10 02:41:27 +08:00
|
|
|
{"name", std::string{"name"}},
|
|
|
|
{"items", mstch::array{1, 2, 3, 4}}
|
|
|
|
}
|
|
|
|
}}
|
2015-04-17 03:05:59 +08:00
|
|
|
};
|