```typescript
import { type Performance } from "node:node__perf_hooks.d.ts";
```
Performance.toJSON(): any
An object which is JSON representation of the performance object. It is similar to
[`window.performance.toJSON`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/toJSON) in browsers.