bson_json_data_reader_ingest - Man Page
bson_json_data_reader_ingest()
Synopsis
void bson_json_data_reader_ingest (bson_json_reader_t *reader, const uint8_t *data, size_t len);
Parameters
- reader: A bson_json_reader_t.
- data: A uint8_t containing data to feed.
- len: A size_t containing the length of data.
Description
Feed data to a memory based json reader.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Jan 19, 2023 1.23.2 libbson