mstch/test/data/nesting_same_name.hpp

6 lines
277 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node nesting_same_name_data = mstch::map_wrapper{
{{"items",
mstch::array_wrapper{
{mstch::map_wrapper{{{"name", std::string{"name"}},
{"items", mstch::array_wrapper{{1, 2, 3, 4}}}}}}}}}};