1BSON_JSON_DATA_READER_NEW(3) libbson BSON_JSON_DATA_READER_NEW(3)
2
3
4
6 bson_json_data_reader_new - bson_json_data_reader_new()
7
9 bson_json_reader_t *
10 bson_json_data_reader_new (bool allow_multiple, size_t size);
11
13 • allow_multiple: Unused.
14
15 • size: A requested buffer size.
16
18 Creates a new streaming JSON reader that will convert JSON documents to
19 BSON.
20
21 The allow_multiple parameter is unused.
22
24 A newly allocated bson_json_reader_t that should be freed with
25 bson_json_reader_destroy().
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.17.6 Jun 03, 2021 BSON_JSON_DATA_READER_NEW(3)