bool
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_HAS_FIELD(3)
Description
Checks to see if key contains an element named key. This also accepts "dotkey" notation such as
"a.b.c.d".
Parameters
• bson: A bson_t.
• key: A string containing the name of the field to check for.
Returns
true if key was found within bson; otherwise false.
Synopsis
bool
bson_has_field (const bson_t *bson, const char *key);
