Skip to main content
Module

x/web_bson/src/extended_json.ts>serialize

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
function serialize
import { serialize } from "https://deno.land/x/web_bson@v0.2.4/src/extended_json.ts";

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

Parameters

  • The object to serialize
optional
options: Options
  • Optional settings passed to the stringify function