mstch/test/data/recursion_with_same_names.data

9 lines
244 B
Text
Raw Normal View History

2015-04-10 12:56:31 +02:00
mstch::object{
2015-04-09 20:41:27 +02: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 12:56:31 +02:00
}