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

4 lines
103 B
C++

const auto null_view_data = mstch::map{
{"name", std::string{"Joe"}},
{"friends", mstch::node{}}
};