Skip to main content
Latest
function Bson.calculateObjectSize
import { Bson } from "https://deno.land/x/exodus@0.1.8/deps.ts";
const { calculateObjectSize } = Bson;

Calculate the bson size for a passed in Javascript object.

Parameters

object: Document
  • the Javascript object to calculate the BSON byte size for

Returns

number

size of BSON object in bytes