JSON.parse + JSON.stringify vs structuredClone vs fast safe stringify| Test case name | Result |
|---|---|
| JSON.parse + JSON.stringify | |
| structuredClone | |
| fast safe stringify |
| Test name | Executions per second |
|---|---|
| ✓ fast safe stringify | 3,256 Ops/sec |
| JSON.parse + JSON.stringify | 1,784 Ops/sec |
| structuredClone | 1,761 Ops/sec |