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

BSON::Raw - BSON type wrapper for pre-encoded BSON documents

Attributes

bson
       A string containing a BSON-encoded document.  Default is "undef".

   metadata
       A hash reference containing arbitrary metadata about the BSON document.  Default is "undef".

Authors

       •   David Golden <david@mongodb.com>

       •   Stefan G. <minimalist@lavabit.com>

Description

       This module provides a BSON document wrapper for already-encoded BSON bytes.

       Generally, end-users should have no need for this; it is provided for optimization purposes for MongoDB
       or other client libraries.

Name

       BSON::Raw - BSON type wrapper for pre-encoded BSON documents

Synopsis

           use BSON::Types ':all';

           my $ordered = bson_raw( $bson_bytes );

Version

       version v1.12.2

See Also