summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qbinaryjsonarray.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-0/+137
In turn, deprecate the QJsonDocument methods that deal with JSON binary data. You should use CBOR for data serialization these days. [ChangeLog][Deprecation Notice] The binary JSON representation is deprecated. The CBOR format should be used instead. Fixes: QTBUG-47629 Change-Id: Ic8b92ea36de87815b12307a9d8b1095f07166db8 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>