mstch/test/data/falsy.data

6 lines
127 B
Text
Raw Normal View History

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