summaryrefslogtreecommitdiffstats
path: root/src/qjsondocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrightsHEADmasterTeemu Kaukoranta2013-07-111-3/+2
* Fixed licensesTeemu Kaukoranta2013-05-231-21/+22
* One (hopefully) last commit to this repo: Mirror what's in qtbase now.Lars Knoll2012-01-251-115/+128
* Smaller documentation fixesLars Knoll2012-01-171-10/+10
* Rename QJsonValue::Number to DoubleLars Knoll2012-01-161-1/+1
* fix compilation after documentation update.Jamey Hicks2012-01-161-6/+6
* Documentation for QJsonDocumentLars Knoll2012-01-161-3/+183
* Add fromRawData and rawData methodsLars Knoll2012-01-131-0/+18
* Added debug stream operatorsDenis Dzyubenko2012-01-091-2/+24
* Changes after API review round.Lars Knoll2012-01-091-4/+13
* rename enum QJsonValue::ValueType to QJsonValue::TypeLars Knoll2012-01-091-1/+1
* Move the QBJS tag into QJsonDocumentLars Knoll2012-01-091-1/+1
* Class names should start with a QLars Knoll2012-01-091-44/+44
* Naming cleanupsLars Knoll2012-01-091-26/+26
* Fix a bug in QJsonDocument::operator==()Lars Knoll2012-01-091-1/+2
* Ensure the header is always little endianLars Knoll2012-01-091-1/+1
* Add support for validating the binary dataLars Knoll2012-01-041-0/+17
* Implement support for compacting objects and arraysLars Knoll2012-01-041-30/+19
* Add copyright headersLars Knoll2012-01-041-0/+41
* Detach nested objects or arrays when making JsonDocuments from them.Jamey Hicks2012-01-031-0/+28
* Some cleanupsLars Knoll2011-12-091-90/+65
* Add a Json parser to the code baseLars Knoll2011-12-081-0/+7
* The root object shouldn't be part of the headerLars Knoll2011-12-081-24/+25
* Save another 4 bytes per object and arrayLars Knoll2011-12-081-2/+0
* Rename (from)Data to from/toBinaryDataLars Knoll2011-12-071-2/+2
* Move the code for writing json into it's own classLars Knoll2011-12-071-17/+34
* Add a JsonDocument classLars Knoll2011-12-061-0/+220