json

Benchmark created by Ev on


Test runner

Ready to run.

Testing in
TestOps/sec
flat
var json = {
 a: 5,
 b: 5,
 c: 5
};

JSON.parse(JSON.stringify(json));
ready
nested
var json = {
 a: {
  b: {
   c: 5
  }
 }
};

JSON.parse(JSON.stringify(json));
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.