mstch/test/data/recursion_with_same_names.data

9 lines
244 B
Plaintext
Raw Normal View History

2015-04-10 18:56:31 +08:00
mstch::object{
2015-04-10 02:41:27 +08:00
{"name", std::string{"name"}},
{"description", std::string{"desc"}},
{"terms", mstch::array{
mstch::object{{"name", std::string{"t1"}}, {"index", 0}},
mstch::object{{"name", std::string{"t2"}}, {"index", 1}}
}}
2015-04-10 18:56:31 +08:00
}