logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bson_json_reader_t *

Author

       MongoDB, Inc

Description

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

Parameters

fd: An open file-descriptor.

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

Returns

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

Synopsis

          bson_json_reader_t *
          bson_json_reader_new_from_fd (int fd, bool close_on_destroy);

See Also