Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36
Chrome 96
Mac OS X 10.15.7
Desktop
3 years ago
Test name Executions per second
JSON.parse 467878.1 Ops/sec
Object.assign 2405677.5 Ops/sec
Script Preparation code:
AخA
 
var obj = {a: "hello", c: "test", po: 33, arr: [1, 2, 3, 4], anotherObj: {a: 33, str: "whazzup"}};
Tests:
  • JSON.parse

     
    var obj2 = JSON.parse(JSON.stringify(obj));
  • Object.assign

     
    var obj2 = Object.assign({}, obj);