mstch/test/data/null_lookup_array.data

8 lines
258 B
Plaintext
Raw Normal View History

2015-04-10 18:56:31 +08:00
mstch::object{
2015-04-10 02:41:27 +08:00
{"name", std::string{"David"}},
{"twitter", std::string{"@dasilvacontin"}},
{"farray", mstch::array{
mstch::array{std::string{"Flor"}, std::string{"@florrts"}},
mstch::array{std::string{"Miquel"}, mstch::node{}},
}}
2015-04-10 18:56:31 +08:00
}