method UUID.prototype.toJSONRe-exportimport { UUID } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; toJSON(): stringConverts the id into its JSON string representation. A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Returnsstring