Man page - bson_has_field(3)

Packages contas this manual

Manual

BSON_HAS_FIELD(3) libbson BSON_HAS_FIELD(3)

bool
bson_has_field (const bson_t *bson, const char *key);


  • bson: A bson_t.
  • key: A string containing the name of the field to check for.

Checks to see if key contains an element named key. This also accepts "dotkey" notation such as "a.b.c.d".

true if key was found within bson; otherwise false.

MongoDB, Inc

2009-present, MongoDB, Inc.

December 18, 2025 1.30.4