Skip to main content
Module

x/denomongo_unittest_utils/deps.ts>Bson.UUID#toJSON

Unittest utilities for deno_mongo
Latest
method Bson.UUID.prototype.toJSON
Re-export
import { Bson } from "https://deno.land/x/denomongo_unittest_utils@v0.5.3/deps.ts";
const { UUID } = Bson;

Converts the id into its JSON string representation. A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Returns

string