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