mstch/test/data/falsy.data

6 lines
127 B
Text
Raw Normal View History

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