bson_has_field - Man Page

Synopsis

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

Parameters

Description

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

Returns

true if key was found within bson; otherwise false.

Author

MongoDB, Inc

Info

Apr 03, 2024 1.26.2 libbson