mstch/test/data/empty_list.h

4 lines
57 B
C
Raw Normal View History

2015-04-10 02:41:27 +08:00
auto data = mstch::object{
{"jobs", mstch::array{}}
};