mstch/test/data/context_lookup.data
2015-04-10 10:14:12 +02:00

8 lines
121 B
Plaintext

mstch::object{
{"outer", mstch::object{
{"id", 1},
{"second", mstch::object{
{"nothing", 2}
}}
}}
}