1BSON_JSON_DATA_READER_INGEST(3)     libbson    BSON_JSON_DATA_READER_INGEST(3)
2
3
4

SYNOPSIS

6          void
7          bson_json_data_reader_ingest (bson_json_reader_t *reader,
8                                        const uint8_t *data,
9                                        size_t len);
10

PARAMETERS

12reader: A bson_json_reader_t.
13
14data: A uint8_t containing data to feed.
15
16len: A size_t containing the length of data.
17

DESCRIPTION

19       Feed data to a memory based json reader.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023  BSON_JSON_DATA_READER_INGEST(3)
Impressum