summaryrefslogtreecommitdiffstats
path: root/src/corelib/json
Commit message (Expand)AuthorAgeFilesLines
* Add initializer list support in QJsonArrayJędrzej Nowacki2014-07-042-0/+39
* Update doc: match actual compact JSON outputmlpo2014-06-261-1/+1
* json: Add defaultValue to QJsonValueRef toInt/toBool/toDouble/toStringHolger Hans Peter Freyther2014-06-131-0/+6
* Complete QJsonValue::fromVariant()Sze Howe Koh2014-03-061-1/+3
* Doc: Clarify QJsonValue::fromVariant() type conversionsSze Howe Koh2014-03-041-12/+40
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-252-15/+15
* Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-1/+1
* Added constructor to QJsonValue for const char *Matt Broadstone2014-01-162-3/+24
* Added convenience methods to QJsonArray for appending QJsonValuesMatt Broadstone2014-01-162-0/+33
* Use the new UTF-8 codec in QJsonDocumentThiago Macieira2014-01-092-79/+18
* Doc: Add QJsonObject::const_iterator() to correct groupTopi Reinio2013-12-051-0/+2
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-172-8/+1
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-178-9/+13
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-082-13/+13
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-275-2/+12
|\
| * Add json/savegame example.Mitch Curtis2013-08-225-2/+12
* | Add QJsonValue::toInt().Mitch Curtis2013-08-272-0/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-19/+19
|\|
| * Tidy up QJsonObject documentation.Mitch Curtis2013-08-201-19/+19
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-2/+6
|\|
| * Fix crashes when invoking toVariant() on empty QJsonValue objects.Friedemann Kleint2013-07-241-2/+6
| * QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-1/+2
|\|
| * Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-236-16/+64
|\|
| * QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-1/+1
| * Fix crashes when creating large documentsLars Knoll2013-05-096-16/+64
* | Json writer, support larger signed integers upto 2^53Darryl L. Miles2013-04-122-0/+13
* | Json writer, emit full precision for floating point Number typesDarryl L. Miles2013-04-122-2/+3
* | Json writer, only emit floating point finite numbers, ignore INF/NaNDarryl L. Miles2013-04-122-2/+8
|/
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-294-16/+0
* Add toJson() formatting argument to QJsonDocument interfaceJean-Paul Delimat2013-01-262-3/+49
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1814-14/+14
* Added missing detach() to QJsonObject::take()Denis Dzyubenko2012-12-131-2/+3
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-062-8/+8
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Fixed crash in moc on big endian platforms.Konstantin Tokarev2012-09-241-1/+1
* Fixed QJsonDocument::fromBinaryData on big endian platforms.Konstantin Tokarev2012-09-242-4/+4
* Fixed ifdef condition in QJson resulting in big endian breakage.Konstantin Tokarev2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2214-336/+336
* Removing duplicate includesSergio Ahumada2012-09-092-2/+0
* Removed extra detach calls from QJsonArray::takeAtDenis Dzyubenko2012-08-291-6/+1
* doc: Fix some qdoc warningsEskil Abrahamsen Blomfeldt2012-08-231-9/+11
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-235-0/+10
* Fix some qdoc errors in the QJson* classesLars Knoll2012-08-202-0/+16
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* Fixed most qdoc errors for the json classes.Lars Knoll2012-07-206-39/+221
* Fix some spelling errorsSergio Ahumada2012-07-112-2/+2
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-061-0/+1
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-2/+2