summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json/tst_qtjson.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict comparison of variantsLars Knoll2020-08-131-2/+10
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-0/+61
* Remove deprecated binary json featureEdward Welbourne2020-07-311-239/+0
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-291-0/+2
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-2/+45
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-0/+7
|\
| * Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-0/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-0/+97
|\|
| * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+97
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+2
|\|
| * Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-031-0/+2
* | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-9/+69
|/
* Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-0/+2
* QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-201-0/+42
* JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-0/+18
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-1/+26
|\
| * Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-1/+26
* | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-8/+0
|/
* Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-031-0/+59
* Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-031-0/+34
* Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-031-11/+47
* Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-031-0/+41
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-0/+2
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-041-0/+1
* JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+2
* QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+20
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+2990