I am creating a large amount of json data using TJsonTextWriter using Delphi 10.4. When I get to around 100,000 objects being loaded into the array, and each object has around 25 values, I am getting an out of memory error.
I also tried the other JSON framework using the JSONObject and I get the same error.
What are the size and or object limits using Readers and Writers JSON Framework: TJSonWriter?
Thanks