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

NAME

6       bson_json_data_reader_new - bson_json_data_reader_new()
7

SYNOPSIS

9          bson_json_reader_t *
10          bson_json_data_reader_new (bool allow_multiple, size_t size);
11

PARAMETERS

13allow_multiple: Unused.
14
15size: A requested buffer size.
16

DESCRIPTION

18       Creates a new streaming JSON reader that will convert JSON documents to
19       BSON.
20
21       The allow_multiple parameter is unused.
22

RETURNS

24       A  newly  allocated  bson_json_reader_t  that  should  be  freed   with
25       bson_json_reader_destroy().
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.23.1                           Oct 20, 2022     BSON_JSON_DATA_READER_NEW(3)
Impressum