method X509Certificate.prototype.toJSON Usage in Deno```typescript import { X509Certificate } from "node:node__crypto.d.ts"; ``` X509Certificate.prototype.toJSON(): string There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded certificate. Return Type string