FWIW, I'm using FF 3.6.8 and having the same problem. Happens where I'm requesting data in for what turns out to be an overly-large select (i.e. drop-down list). Having such a large, monolithic, drop-down list is bad UI, so I'm changing it to something more dynamic. But others may have more unavoidable reasons to pull large amounts of JSON data across and will hit the same problem.
Not sure Mozilla should/will change their limitation. So it might be up to the library to work around it, no?