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

#include <bson/bson.h>

Author

       MongoDB, Inc

Description

       The  bson_json_mode_t  enumeration  contains  all available modes for encoding BSON into MongoDBExtendedJSON.

       SEEALSO:bson_as_json_with_opts()

Synopsis

          #include <bson/bson.h>

          typedef enum {
             BSON_JSON_MODE_LEGACY,
             BSON_JSON_MODE_CANONICAL,
             BSON_JSON_MODE_RELAXED,
          } bson_json_mode_t;

See Also