Skip to main content
Module

x/mongo/mod.ts>Bson.ObjectId#toJSON

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

Converts to its JSON the 24 character hex string representation.

Returns

string