summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/json
Commit message (Expand)AuthorAgeFilesLines
* Limit the nesting depth of the Json parserLars Knoll2012-05-161-0/+60
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-0/+19
* Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-081-0/+5
* Add default value for getters in QJsonValueLiang Qi2012-05-061-1/+11
* Don't crash when comparing values containing empty arrays/objectsLars Knoll2012-04-111-0/+48
* Properly detach when the modified object is a sub objectLars Knoll2012-03-291-0/+25
* QJsonParseError improvementsAlexei Rousskikh2012-03-271-7/+7
* Trailing comma should result in an error during JSON parsingAlexei Rousskikh2012-03-121-0/+13
* Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-081-0/+33
* Fix parsing of unicode escape sequencesLars Knoll2012-03-072-0/+16
* compile fix: parse under C++11Marc Mutz2012-02-241-6/+6
* Fix QJson autotest on Windows.Friedemann Kleint2012-02-221-8/+11
* Added error reporting to QJsonParserAndrew Christian2012-02-181-0/+165
* Changed json unittest to work from installation directoryKurt Korbatits2012-02-162-8/+13
* Update contact address in license headers.Jason McDonald2012-01-311-1/+1
* Add a null pointer check to QJsonObject::toVariantMapLars Knoll2012-01-301-1/+34
* Add the missing test file and give it a proper name.Lars Knoll2012-01-302-3/+19
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Made it possible to run tst_qtjson test from shadow build directory.Denis Dzyubenko2012-01-262-8/+13
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-261-0/+17
* Import json support from playground/qtbinaryjsonLars Knoll2012-01-245-0/+1608