What is the fastest JSON parser for JavaScript?

m0z4rt picture m0z4rt · Jan 18, 2010 · Viewed 9.1k times · Source

I want to show a list with 1000 rows using Json that's support by Struts2 like pug-in. I use flexigrid (jquery) to parse 1000 rows to display. But it's so slow, and sometimes my browser crashes. (Firefox & IE).

So, what is the fastest Javascript framework to parse about 1000 rows?

Answer

Jani Hartikainen picture Jani Hartikainen · Jan 18, 2010

What is the fastest JSON parser for JavaScript?

eval or when available, native JSON parser, at least in Chrome, Safari, Firefox 3.something, Opera 10.50, and even IE8 (only in IE8-mode)