summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-181-27/+27
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-1/+4
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-261-2/+2
* Clean-up some Qt 5 leftovers from JSON serialization classesSona Kurazyan2020-07-221-45/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Fix binary compatibility issue in QJson{Array,Object} initializer_listThiago Macieira2020-03-201-2/+5
* Fix some qdoc warningsFriedemann Kleint2020-01-031-6/+6
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-181/+58
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\
| * [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-3/+3
|/
* Add QJsonArray::cbegin()/cend() methodsLars Knoll2019-01-251-0/+16
* Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-031-0/+17
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+4
* Reapply 1514b4e85336245ef130deca5839267dba7b2e32 on 5.11Liang Qi2018-02-231-1/+2
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+1258