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

  
 
  

home | help
BSON_JSON_READER_NEW_FROM_FD(3)      libbson	 BSON_JSON_READER_NEW_FROM_FD(3)

SYNOPSIS
	bson_json_reader_t *
	bson_json_reader_new_from_fd (int fd, bool close_on_destroy);

PARAMETERS
     * fd: An open file-descriptor.

     * close_on_destroy:  Whether close() should be called on fd when the reader
       is destroyed.

DESCRIPTION
     Creates a new JSON to BSON converter that will be reading from the file-de-
     scriptor fd.

RETURNS
     A	newly  allocated  bson_json_reader_t   that   should   be   freed   with
     bson_json_reader_destroy().

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	 BSON_JSON_READER_NEW_FROM_FD(3)

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

home | help