Closed shahriar-b closed 9 years ago
Hi, I need more info. Sample project Which version of delphi are you using? *Which platform are you using? (Win, Mac, Android, Ios, etc),
Hi,
If you attempt to load attached file in 32bit application you will certainly go out of memory but in 64bit it will consume 3gb of ram to parse that JSON.
Hi,
Im trying to read a JSON not very large but around 300Kb which contains a JSON array with a json string. when i try to read this json it will go out of memory. when i debug i found out the problem is from line 2107 in XSuperJSON when matching JSON field contain large data with the regex it goes out of memory, is there any workaround to fix this issue? i suspect TRegEX.Matches is not optimized and will easily eat up all the memory.