bson_json_reader_new_from_fd - Man Page

Synopsis

bson_json_reader_t *
bson_json_reader_new_from_fd (int fd, bool close_on_destroy);

Parameters

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

Info

Apr 03, 2024 1.26.2 libbson