mstch/test/data/implicit_iterator.h

9 lines
164 B
C
Raw Normal View History

2015-04-10 02:41:27 +08:00
auto data = mstch::object{
{"data", mstch::object{
{"author", mstch::object{
{"twitter_id", 819606},
{"name", std::string{"janl"}}
}}
}}
};