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

EJSON parse / stringify API

Functions

Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types

Parse an Extended JSON string, constructing the JavaScript value or object described by that string.

Serializes an object to an Extended JSON string, and reparse it as a JavaScript object.