Skip to main content
Module

x/mongo/mod.ts>Bson.EJSON

MongoDB driver for Deno
Extremely Popular
Go to Latest
variable Bson.EJSON
import { Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { EJSON } = Bson;

type

{ parse: parse; stringify: stringify; serialize: EJSONserialize; deserialize: EJSONdeserialize; }