aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/null_view.hpp
blob: a3ad5eaa9301bc6fd17504f280b0922d897dc200 (plain)
1
2
3
4
const auto null_view_data = mstch::map{
  {"name", std::string{"Joe"}},
  {"friends", mstch::node{}}
};