Skip to main content
Home

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.

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
70%
Published
a year ago (0.4.0)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@lucsoft/web-bson

Import symbol

import { BSON } from "@lucsoft/web-bson";
or

Import directly with a jsr specifier

import { BSON } from "jsr:@lucsoft/web-bson";

Add Package

pnpm i jsr:@lucsoft/web-bson
or (using pnpm 10.8 or older)
pnpm dlx jsr add @lucsoft/web-bson

Import symbol

import { BSON } from "@lucsoft/web-bson";

Add Package

yarn add jsr:@lucsoft/web-bson
or (using Yarn 4.8 or older)
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";