mstch/test/data/empty_list.hpp

3 lines
70 B
C++
Raw Normal View History

2015-04-17 03:05:59 +08:00
const auto empty_list_data = mstch::map{
{"jobs", mstch::array{}}
};