Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0
-
None
-
Windows
Description
Hello everyone!
I came across the error message "document too large" when I tried to parse a 135 MB JSON file. It seems there is an arbitrary limit of Value::MaxSize although I have enough RAM memory available on the machine.
I found out this limit was introduced with this bug fix: QTBUG-29288
However, I wonder if the bug with too large files couldn't be fixed without the fixed limit. I took a look at the source code, but as I do not have the full insight in all the dependencies of such low-level functionality, I want to ask you experts for help/advise/fix.
Thank you and best regards,
Daniel
Attachments
Issue Links
- relates to
-
QTBUG-60728 QJsonObject repetitive read/write of a key (large) results in error
- Reported
- resulted from
-
QTBUG-29288 Qt5 QJsonDocument method 'toJson()' will crash with bigger arrays
- Closed