1BSON_JSON_READER_NEW_FROM_FILE(3)   libbson  BSON_JSON_READER_NEW_FROM_FILE(3)
2
3
4

SYNOPSIS

6          bson_json_reader_t *
7          bson_json_reader_new_from_file (const char *filename, bson_error_t *error);
8

PARAMETERS

10filename: A file-name in the system file-name encoding.
11
12error: A bson_error_t.
13

DESCRIPTION

15       Creates  a  new  bson_json_reader_t  using the underlying file found at
16       filename.
17

ERRORS

19       Errors are propagated via error.
20

RETURNS

22       A newly allocated bson_json_reader_t if successful, otherwise NULL  and
23       error is set.
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.25.1                           Nov 08, 2023BSON_JSON_READER_NEW_FROM_FILE(3)
Impressum