3 lines
123 B
C++
3 lines
123 B
C++
const mstch::node null_view_data =
|
|
mstch::map_wrapper{{{"name", std::string{"Joe"}}, {"friends", mstch::node{}}}};
|