![]() |
![]()
| ![]() |
![]()
SYNOPSISbool bson_has_field (const bson_t *bson, const char *key); PARAMETERS
DESCRIPTIONChecks to see if key contains an element named key. This also accepts "dotkey" notation such as "a.b.c.d". RETURNStrue if key was found within bson; otherwise false. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|