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::Doc - BSON type wrapper for ordered documents

Authors

       •   David Golden <david@mongodb.com>

       •   Stefan G. <minimalist@lavabit.com>

Description

       This module provides a BSON type wrapper representing a document preserves key-value order.  It is
       currently read-only.

Name

       BSON::Doc - BSON type wrapper for ordered documents

Synopsis

           use BSON::Types ':all';

           my $ordered = bson_doc( first => 1, second => 2 );

Version

       version v1.12.2

See Also