mstch/test/data/context_lookup.h
Daniel Sipka eb98985815 import
2015-04-09 20:41:27 +02:00

9 lines
135 B
C

auto data = mstch::object{
{"outer", mstch::object{
{"id", 1},
{"second", mstch::object{
{"nothing", 2}
}}
}}
};