I've got a large javascript object I'd like to load and access from
rhino.  It's essentially a database table, i.e.:
rows: {[
[row 1 data],
[row 2 data],
[row 3 data]...
]};

It's not 'conformant' JSON because it has things like 'new Date(...)',
etc.

When I try to compile it with Rhino, I get a bytecode error of being
over a 64K limit (I believe this is a limitation of the JVM, not
rhino).

I was hoping someone might have a suggestion about accessing this kind
of data through rhino.  Efficiency is extremely important.

Thanks

_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to