Module

x/atlas_sdk3/deps.ts>EJSON

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy
Latest
namespace EJSON
import { EJSON } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/deps.ts";

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.

Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.

Interfaces

EJSON parse / stringify API