mstch/test/data/array_of_strings.data

3 lines
97 B
Plaintext
Raw Normal View History

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