mstch/test/data/two_in_a_row.h

5 lines
101 B
C
Raw Normal View History

2015-04-10 02:41:27 +08:00
auto data = mstch::object{
{"name", std::string{"Joe"}},
{"greeting", std::string{"Welcome"}}
};