Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36
Chrome 97
Linux
Desktop
2 years ago
Test name Executions per second
Object literal test 597245120.0 Ops/sec
Json parse 1548417.2 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;