Provided by: libbson-doc_2.2.1-1_all 

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-descriptor 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.
2.2.1 Dec 11, 2025 BSON_JSON_READER_NEW_FROM_FD(3)