new
BSONError(message: string,options?: { cause?: unknown; },)
isBSONError(value: unknown): value is BSONError
web_bson builds opon js-bson. Bson is short for "Binary JSON" and is the binary-encoded serialization of JSON-like documents. You can learn more about it in the specification.
BSONError(message: string,options?: { cause?: unknown; },)
isBSONError(value: unknown): value is BSONError
Add Package
deno add jsr:@lucsoft/web-bson
Import symbol
import { BSON } from "@lucsoft/web-bson";
Import directly with a jsr specifier
import { BSON } from "jsr:@lucsoft/web-bson";
Add Package
pnpm i jsr:@lucsoft/web-bson
pnpm dlx jsr add @lucsoft/web-bson
Import symbol
import { BSON } from "@lucsoft/web-bson";
Add Package
yarn add jsr:@lucsoft/web-bson
yarn dlx jsr add @lucsoft/web-bson
Import symbol
import { BSON } from "@lucsoft/web-bson";
Add Package
vlt install jsr:@lucsoft/web-bson
Import symbol
import { BSON } from "@lucsoft/web-bson";
Add Package
npx jsr add @lucsoft/web-bson
Import symbol
import { BSON } from "@lucsoft/web-bson";
Add Package
bunx jsr add @lucsoft/web-bson
Import symbol
import { BSON } from "@lucsoft/web-bson";