bson_iter_find_case - Man Page

bson_iter_find_case()

Synopsis

bool
bson_iter_find_case (bson_iter_t *iter, const char *key);

Parameters

Description

Advances iter until it is observing an element matching the name of key or exhausting all elements.

key is not case-sensitive. The keys will be case-folded to determine a match using the current locale.

Returns

true if key was found.

Author

MongoDB, Inc

Info

May 09, 2023 1.23.4 libbson