mstch/test/data/context_lookup.h
2015-04-10 10:09:26 +02:00

8 lines
No EOL
121 B
C

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