summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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