mstch/test/data/context_lookup.h

8 lines
121 B
C
Raw Normal View History

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