Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Chrome 104
Windows
Desktop
2 years ago
Test name Executions per second
Object literal test 1002866624.0 Ops/sec
Json parse 3242578.0 Ops/sec
Tests:
  • Object literal test

    AخA
     
    const literal = { foo: 42, bar: 1337 };
    literal.foo;
  • Json parse

     
    const json = JSON.parse('{"foo":42,"bar":1337}');
    json.foo;