For what it's worth, and given that my previous benchmarks were off, I've done some more benchmarks comparing Firefox 3.5's JSON to Rhino's JSON. I hope these are more accurate. Please correct me if wrong.
JSON.parse: on an 672565 byte string, running each test 10 times: Firefox 3.5: 44ms Rhino: 623ms JSON.stringify: on an array of 2082 objects, running each test 10 times: Firefox 3.5: 42ms Rhino: 140ms _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
