2015-04-10 18:56:31 +08:00
|
|
|
mstch::object{
|
2015-04-10 02:41:27 +08:00
|
|
|
{"name", std::string{"David"}},
|
|
|
|
{"twitter", std::string{"@dasilvacontin"}},
|
|
|
|
{"fobject", mstch::array{
|
|
|
|
mstch::object{
|
|
|
|
{"name", std::string{"Flor"}},
|
|
|
|
{"twitter", std::string{"@florrts"}}
|
|
|
|
},
|
|
|
|
mstch::object{
|
|
|
|
{"name", std::string{"Miquel"}},
|
|
|
|
{"twitter", mstch::node{}}
|
|
|
|
}
|
|
|
|
}}
|
2015-04-10 18:56:31 +08:00
|
|
|
}
|