mstch/test/data/array_of_strings.data

3 lines
97 B
Text
Raw Normal View History

mstch::object{
2015-04-09 18:41:27 +00:00
{"array_of_strings", mstch::array{std::string{"hello"}, std::string{"world"}}}
}