Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSON_HAS_FIELD(3)		     libbson		       BSON_HAS_FIELD(3)

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

PARAMETERS
     * bson: A bson_t.

     * key: A string containing the name of the field to check for.

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

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		       BSON_HAS_FIELD(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_has_field&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help