mstch/test/data/keys_with_questionmarks.data

5 lines
83 B
Text
Raw Normal View History

2015-04-10 12:56:31 +02:00
mstch::object{
2015-04-09 20:41:27 +02:00
{"person?", mstch::object{
{"name", std::string{"Jon"}}
}}
2015-04-10 12:56:31 +02:00
}