import { EJSON } from "https://deno.land/x/web_bson@v0.2.5/src/bson.ts";
const { deserialize } = EJSON;
Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types
import { EJSON } from "https://deno.land/x/web_bson@v0.2.5/src/bson.ts";
const { deserialize } = EJSON;
Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types