logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

void

Author

       MongoDB, Inc

Description

       The  bson_json_opts_set_outermost_array()  function  shall  set  the  is_outermost_array  variable on the
       bson_json_opts_t parameter using the boolean provided.

Parameters

opts: A bson_json_opts_t.

       • is_outermost_array: A value determining what we want to set the is_outermost_array variable to.

Synopsis

          void
          bson_json_opts_set_outermost_array (bson_json_opts_t *opts, bool is_outermost_array);

See Also