mstch/test/data/falsy.data

6 lines
127 B
Plaintext
Raw Normal View History

2015-04-10 16:09:26 +08:00
mstch::object{
2015-04-10 02:41:27 +08:00
{"emptyString", std::string{""}},
{"emptyArray", mstch::array{}},
{"zero", 0},
{"null", mstch::node{}}
2015-04-10 16:09:26 +08:00
}