summaryrefslogtreecommitdiffstats
path: root/src/corelib/json/qjsonparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add json/savegame example.Mitch Curtis2013-08-221-0/+2
* Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-1/+2
* Fix crashes when creating large documentsLars Knoll2013-05-091-0/+21
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fixed crash in moc on big endian platforms.Konstantin Tokarev2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fixed most qdoc errors for the json classes.Lars Knoll2012-07-201-0/+20
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Limit the nesting depth of the Json parserLars Knoll2012-05-161-2/+43
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-3/+2
* Correctly parse json documents with a leading BOMLars Knoll2012-05-101-2/+14
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-101-14/+2
* replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+4
* fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* QJsonParseError improvementsAlexei Rousskikh2012-03-271-7/+84
* Trailing comma should result in an error during JSON parsingAlexei Rousskikh2012-03-121-0/+7
* Fix parsing of unicode escape sequencesLars Knoll2012-03-071-2/+2
* Added error reporting to QJsonParserAndrew Christian2012-02-181-19/+61
* Update contact address in license headers.Jason McDonald2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Import json support from playground/qtbinaryjsonLars Knoll2012-01-241-0/+752