6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
mstch::object{
|
|
{"emptyString", std::string{""}},
|
|
{"emptyArray", mstch::array{}},
|
|
{"zero", 0},
|
|
{"null", mstch::node{}}
|
|
} |