mstch/test/data/nesting_same_name.data

8 lines
151 B
Text
Raw Normal View History

2015-04-10 10:56:31 +00:00
mstch::object{
2015-04-09 18:41:27 +00:00
{"items", mstch::array{
mstch::object{
{"name", std::string{"name"}},
{"items", mstch::array{1, 2, 3, 4}}
}
}}
2015-04-10 10:56:31 +00:00
}