1BSON_JSON_OPTS_SET_OUTERMOST_ARRAY(3)libbsoBnSON_JSON_OPTS_SET_OUTERMOST_ARRAY(3)
2
3
4
6 bson_json_opts_set_outermost_array - bson_json_opts_set_outermost_ar‐
7 ray()
8
10 void
11 bson_json_opts_set_outermost_array (bson_json_opts_t *opts, bool is_outermost_array);
12
14 • opts: A bson_json_opts_t.
15
16 • is_outermost_array: A value determining what we want to set the
17 is_outermost_array variable to.
18
20 The bson_json_opts_set_outermost_array() function shall set the is_out‐
21 ermost_array variable on the bson_json_opts_t parameter using the bool‐
22 ean provided.
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.24.3 Aug 17, 2B0S2O3N_JSON_OPTS_SET_OUTERMOST_ARRAY(3)