Greets.

While upgrading from jQuery 1.2.6 to 1.4.1 I encountered a problem with
some of the JSON data returned to my application. According to json
lint, it was well formed data but was producing an error. The problem
was tracked down to the JSON.parse() function in FF 3.5.7 on Linux x86.
The error seen was "script stack space quota is exhausted" when
processing large chunks of json data. Smaller chunks had no problem.

The solution was to be less secure and force the dataType to text then
eval() the result into a JS object. Hope this helps someone.

--
Scott
-- 
Scott <blueca...@imap.cc>

Reply via email to