mstch/test/data/context_lookup.data

8 lines
121 B
Plaintext
Raw Normal View History

2015-04-10 16:09:26 +08:00
mstch::object{
2015-04-10 02:41:27 +08:00
{"outer", mstch::object{
{"id", 1},
{"second", mstch::object{
{"nothing", 2}
}}
}}
2015-04-10 16:09:26 +08:00
}