Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.0
-
None
-
069369d86707c89645d63ff36151065c47e6c0ea (qt/qtbase/dev) 73621cbf0a5f53990b2c7a966bc6fd71299ec8fe (qt/qtbase/6.0) c295d9d7984d0129330faace2c75da5700543ba3 (qt/qtbase/6.1)
-
Da Vinci sprint 32, Da Vinci sprint 33
Description
Quoting laknoll from the developer ML:
"The binary JSON support is deprecated and only there for backwards compatibility. It had some issues (e.g. it couldn’t handle large JSON files), that’s why we deprecated it. It’s gone in Qt 6. I guess the docs need some adjustment though."
I believe the following section of the docs is now incorrect:
The 2nd paragraph of https://doc.qt.io/qt-5/json.html says " It also contains support for saving this data in a binary format that is directly "mmap"-able and very fast to access." This is no longer supported.
thiago FYI