summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/json/tst_qtjson.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-2990/+0
* Improve symmetry of variant json conversionsAllan Sandfeld Jensen2017-07-251-21/+49
* json: Add operator[] to QJsonDocument for implicit object and array accessTor Arne Vestbø2017-06-081-0/+20
* json: Add operator[] to QJsonValue for implicit object and array accessTor Arne Vestbø2017-06-081-0/+30
* json encoder: Harmonize number serialization with ES6Marius Kittler2017-03-251-0/+29
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+16
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+16
| |\
| | * Improve the validation algorithm for binary JSONLars Knoll2016-11-111-0/+16
* | | Improve error offset in JSON parsingAllan Sandfeld Jensen2016-11-151-0/+33
* | | QVariant to QJsonValue::Null conversionAllan Sandfeld Jensen2016-11-081-3/+4
* | | tests/auto/corelib/json: clean upMarc Mutz2016-08-271-2/+3
* | | QJsonValue::toVariant(): Differentiate between null and invalidChristian Kandeler2016-08-051-6/+6
* | | Handle QVariantHash in QJsonDocument::fromVariantAllan Sandfeld Jensen2016-07-131-0/+40
|/ /
* | QJsonObject: add some overloads taking QLatin1StringMarc Mutz2016-05-101-9/+10
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-0/+6
|\|
| * Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+6
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-21/+0
* | Use "shortest" double conversion for JSONUlf Hermann2015-11-231-3/+13
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-6/+6
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-45/+45
|/
* Make sure remove() doesn't corrupt the json objectLars Knoll2015-03-181-0/+21
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+2
|\
| * Document and further test that QJsonObject::keys() is sorted.Mitch Curtis2015-02-111-0/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-2/+2
* | Add conversion between QVariantHash and QJsonObjectAllan Sandfeld Jensen2014-10-301-0/+42
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix MSVC source code encoding warnings in tst_qtjson.Friedemann Kleint2014-09-231-3/+3
* Revert "Reading QJsonObject property should not modify the object itself."Jędrzej Nowacki2014-09-111-51/+0
* Don't accept json strings with trailing garbageLars Knoll2014-09-101-0/+14
* Fix bugs in internal comparison operatorsLars Knoll2014-09-101-0/+24
* Add operator-> to QJson iteratorsAllan Sandfeld Jensen2014-08-251-0/+4
* Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-301-2/+53
* Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-0/+55
* Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-4/+10
* Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-251-0/+124
* Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-0/+18
* Add initializer list support in QJsonArrayJędrzej Nowacki2014-07-041-0/+52
* json: Add defaultValue to QJsonValueRef toInt/toBool/toDouble/toStringHolger Hans Peter Freyther2014-06-131-0/+18
* Mark some tests as XFAIL on QNXSergio Ahumada2014-03-271-4/+4
* Complete QJsonValue::fromVariant()Sze Howe Koh2014-03-061-0/+57
* Remove duplicated testsSze Howe Koh2014-03-041-14/+0
* tst_qtjson: Mark some test as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+14
* Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-4/+4
* Added constructor to QJsonValue for const char *Matt Broadstone2014-01-161-0/+8
* Added convenience methods to QJsonArray for appending QJsonValuesMatt Broadstone2014-01-161-0/+15
* Use the new UTF-8 codec in QJsonDocumentThiago Macieira2014-01-091-2/+2
* Remove trailing space from QDebug streamKai Koehne2013-12-061-14/+14
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-4/+20