void
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_JSON_OPTS_DESTROY(3)
Description
Destroys and releases all resources associated with opts. Does nothing if opts is NULL.
Parameters
• opts: A bson_json_opts_t.
Synopsis
void
bson_json_opts_destroy (bson_json_opts_t *opts);
