DOKK / manpages / debian 13 / libbson-doc / bson_iter_find_case.3.en
BSON_ITER_FIND_CASE(3) libbson BSON_ITER_FIND_CASE(3)

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


  • iter: A bson_iter_t.
  • key: An ASCII string containing the field to locate.

Advances iter to the first 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.

true if key was found.

MongoDB, Inc

2009-present, MongoDB, Inc.

May 7, 2025 1.30.4