BSON::Raw - BSON type wrapper for pre-encoded BSON documents
| Use Case | Command | Description |
|---|---|---|
| Create raw BSON wrapper | bson_raw($bytes) | Wrap pre-encoded BSON bytes into a BSON::Raw object |
| Access BSON data | $obj->bson | Retrieve the raw BSON string |
| Access metadata | $obj->metadata | Retrieve the metadata hashref |
version v1.12.2
use BSON::Types ':all';
my $ordered = bson_raw( $bson_bytes );
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.
A string containing a BSON-encoded document. Default is undef.
A hash reference containing arbitrary metadata about the BSON document. Default is undef.
This software is Copyright (c) 2020 by Stefan G. and MongoDB, Inc.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
Generated by phpman v4.9.25-4-g0d844aa · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-07 09:11 @216.73.217.93
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-pro / taotoken.net / www.chedong.com - original format