1BSON_JSON_DATA_READER_NEW(3)        libbson       BSON_JSON_DATA_READER_NEW(3)
2
3
4

SYNOPSIS

6          bson_json_reader_t *
7          bson_json_data_reader_new (bool allow_multiple, size_t size);
8

PARAMETERS

10allow_multiple: Unused.
11
12size: A requested buffer size.
13

DESCRIPTION

15       Creates a new streaming JSON reader that will convert JSON documents to
16       BSON.
17
18       The allow_multiple parameter is unused.
19

RETURNS

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

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.25.1                           Nov 08, 2023     BSON_JSON_DATA_READER_NEW(3)
Impressum