Skip to main content
Module

x/mongo/mod.ts>UUID#toJSON

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

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