1BSON_JSON_READER_READ(3)            libbson           BSON_JSON_READER_READ(3)
2
3
4

NAME

6       bson_json_reader_read - bson_json_reader_read()
7

SYNOPSIS

9          int
10          bson_json_reader_read (bson_json_reader_t *reader,
11                                 bson_t *bson,
12                                 bson_error_t *error);
13

PARAMETERS

15       · reader: A bson_json_reader_t.
16
17       · bson: A bson_t.
18
19       · error: A bson_error_t.
20

DESCRIPTION

22       Reads the next BSON document from the underlying JSON source.
23

ERRORS

25       Errors are propagated via the error parameter.
26

RETURNS

28       1  if  successful  and  data  was read. 0 if successful and no data was
29       read. -1 if there was an error.
30

AUTHOR

32       MongoDB, Inc
33
35       2017-present, MongoDB, Inc
36
37
38
39
401.16.2                           Feb 25, 2020         BSON_JSON_READER_READ(3)
Impressum