PKGeorgiev / Delphi-JsonToDelphiClass

Generates Delphi Classes based on JSON string (Json To Delphi Class Generator / JSON Data Binding Tool)
MIT License
235 stars 123 forks source link

Application vanishing while object is loading the JSON file (using AsJSON method) #24

Open Stepwier opened 1 year ago

Stepwier commented 1 year ago

Hello,

I was able to create my Delphi Plain Objects from a "sample" JSON file.

Now, when working with real data (JSON file is about 2.5Mb) application is vanishing without any error message (same issue when using the JSONToDelphiClass and loading the JSON file).

I understand that this explanation is quite vague but I don't know where to look at. I'll be happy to share the JSON file with you (private).

Kind regards, Stéphane