mstch/test/data/nested_iterating.data

8 lines
179 B
Plaintext
Raw Normal View History

2015-04-10 18:56:31 +08:00
mstch::object{
2015-04-10 02:41:27 +08:00
{"inner", mstch::array{mstch::object{
{"foo", std::string{"foo"}},
{"inner", mstch::array{mstch::object{
{"bar", std::string{"bar"}}
}}}
}}}
2015-04-10 18:56:31 +08:00
}