mstch/test/data/nesting_same_name.data

8 lines
151 B
Plaintext
Raw Normal View History

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