table of contents
BSON_JSON_READER_DESTROY(3) | libbson | BSON_JSON_READER_DESTROY(3) |
NAME¶
bson_json_reader_destroy - bson_json_reader_destroy()
SYNOPSIS¶
void bson_json_reader_destroy (bson_json_reader_t *reader);
PARAMETERS¶
- •
- reader: A bson_json_reader_t.
DESCRIPTION¶
Frees a bson_json_reader_t. Does nothing if reader is NULL.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2017-present, MongoDB, Inc
October 20, 2022 | 1.23.1 |