mstch/test/data/empty_list.hpp
2015-04-16 21:05:59 +02:00

3 lines
70 B
C++

const auto empty_list_data = mstch::map{
{"jobs", mstch::array{}}
};