Does anyone have or know of anyone who has a Lotusscript class that can create a JSON object called by ajax and then loaded using datatables for a very large dataset? Say 10,000 documents. I cant seem to process this much data in under 30 secs using the usual string concatenation blah…blah…which is very expensive technique to use I know. If not Lotusscript perhaps something else can create the JSON object faster? FYI: Not on Xpages yet…
Appreciate any advice.