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

  
 
  

home | help
BSON_JSON_READER_NEW_FROM_FILE(3)    libbson   BSON_JSON_READER_NEW_FROM_FILE(3)

SYNOPSIS
	bson_json_reader_t *
	bson_json_reader_new_from_file (const char *filename, bson_error_t *error);

PARAMETERS
     * filename: A file-name in the system file-name encoding.

     * error: A bson_error_t.

DESCRIPTION
     Creates  a  new bson_json_reader_t using the underlying file found at file-
     name.

ERRORS
     Errors are propagated via error.

RETURNS
     A newly allocated bson_json_reader_t if successful, otherwise NULL and  er-
     ror is set.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026 BSON_JSON_READER_NEW_FROM_FILE(3)

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

home | help