aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/null_string.hpp
blob: 619a6f9ec6fccd3ddc2882877d539f7926fe2133 (plain)
1
2
3
4
5
6
const auto null_string_data = mstch::map{
  {"name", std::string{"Elise"}},
  {"glytch", true},
  {"binary", false},
  {"value", mstch::node{}}
};