mstch/test/data/two_in_a_row.h
Daniel Sipka eb98985815 import
2015-04-09 20:41:27 +02:00

5 lines
101 B
C++

auto data = mstch::object{
{"name", std::string{"Joe"}},
{"greeting", std::string{"Welcome"}}
};