Closed pengweichu closed 8 years ago
Hi, it's possible has such method ?
if (json["k1"].exists()) { // do sth }
Just call object_items() which returns a std::map, and use the normal methods there (like find() or count() in this case).
Hi, it's possible has such method ?
if (json["k1"].exists()) { // do sth }