Binary Data of QJsonDocument
Solved
General and Desktop
-
Hi,
with thetoBinarData()
function of theQJsonDocument
class, I can save the JSON document as a binary file. Is the binary data a specific format like BSON or UBJSON?The doc says only:
It also contains support for saving this data in a binary format that is directly "mmap"-able and very fast to access.
Thanks