bson_json_reader_new_from_fd (3) Linux Manual Page
NAME
bson_json_reader_new_from_fd() – Creates a new JSON to BSON converter that will be reading from the file-descriptor fd.
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(3)should be called onfdwhen 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().
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
