summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-061-0/+18
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Resolve the remaining open ### Qt6 comments of QJsonValueSona Kurazyan2020-08-201-95/+59
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-181-2/+2
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-4/+9
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-021-4/+30
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-14/+14
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-13/+13
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-6/+6
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-031-3/+3
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-3/+3
* | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-23/+69
|/
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-138/+153
* JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-0/+11
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-8/+8
* Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-031-0/+75
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+22
* Merge branch '5.11' into devEdward Welbourne2018-07-311-0/+1
|\
| * Doc: Add since version for QJson method and enumPaul Wicking2018-07-191-0/+1
* | CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-041-0/+30
|/
* JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+9
* QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+11
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+863