summaryrefslogtreecommitdiffstats
path: root/src/corelib/json
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-1114-98/+98
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-094-11/+15
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-0/+10
|\
| * QJsonArray::(const_)iterator: mark the pointer typedefs as internalGiuseppe D'Angelo2014-11-271-0/+10
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-242-1/+3
|\|
| * Doc: corrected autolink issue jsonNico Vertriest2014-11-131-1/+1
| * QJsonArray::(const_)iterator: add the typedef for the pointer typeGiuseppe D'Angelo2014-11-131-0/+2
* | Add conversion between QVariantHash and QJsonObjectAllan Sandfeld Jensen2014-10-303-1/+49
|/
* Update license headers and add new license filesMatti Paaso2014-09-2414-266/+154
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-6/+6
|\
| * Doc: corrected autolink errors QjsonvalueNico Vertriest2014-08-251-6/+6
* | Revert "Reading QJsonObject property should not modify the object itself."Jędrzej Nowacki2014-09-114-83/+11
* | Don't accept json strings with trailing garbageLars Knoll2014-09-102-1/+14
* | Fix bugs in internal comparison operatorsLars Knoll2014-09-101-3/+20
* | Add operator-> to QJson iteratorsAllan Sandfeld Jensen2014-08-255-7/+67
* | Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-302-0/+42
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* | Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-254-11/+83
* | Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-1/+1
* | 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
|/