JSON 3 Benchmark Suite

About

This is a mirror of the JSON 3 benchmark suite available on jsPerf.

The following implementations support parsing and serializing:

The following implementations only support parsing:

Benchmark Runner

Warning! For accurate results, please disable Firebug before running the tests. (Why?)

Java applet disabled.

Testing in
Test Ops/sec
JSON 3: parse
JSON3.parse(…);
JSON 2: parse
JSON2.parse(…);
json-parse-state
json_parse_state(…);
json-parse
json_parse(…);
json-sans-eval
jsonParse(…);
evalJSON
evalJSON(…);