mstch/test/data/array_of_strings.h

4 lines
111 B
C
Raw Normal View History

2015-04-10 02:41:27 +08:00
auto data = mstch::object{
{"array_of_strings", mstch::array{std::string{"hello"}, std::string{"world"}}}
};