mstch/test/data/null_view.hpp
2020-02-12 20:53:14 +01:00

3 lines
123 B
C++

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