mstch/test/data/null_view.hpp

3 lines
123 B
C++
Raw Normal View History

2020-02-13 03:53:14 +08:00
const mstch::node null_view_data =
mstch::map_wrapper{{{"name", std::string{"Joe"}}, {"friends", mstch::node{}}}};