summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* corelib: serialization - fix macos unity buildsTim Blechmann2024-02-061-42/+50
* Rename the JSON Save Game Example to Saving a Game to FileEdward Welbourne2023-10-201-1/+1
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-1/+1
* Use QtMiscUtils hex/oct-related helpersAhmad Samir2023-02-071-9/+7
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-3/+6
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-081-0/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* JSON: Further improve the duplicate handling in the parserUlf Hermann2022-01-211-3/+15
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-10/+44
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-1/+1
* QJsonObject: use the UTF-8 string comparator in sortingThiago Macieira2022-01-121-4/+1
* JSON parsing: fix incorrect sign-extension for decoding bad escapesThiago Macieira2021-09-061-3/+3
* corelib: Use char16_t and char32_t types for charactersIevgenii Meshcheriakov2021-09-061-5/+5
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-29/+11
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-1/+1
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-121-6/+1
* Add functions for facilitating adding UTF-8 and US-ASCII stringsThiago Macieira2019-11-191-3/+4
* Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-2/+3
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-270/+183
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-1/+3
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* qjson: add missed Q_CHECK_PTRv5.12.0-beta3Ivan Komissarov2018-10-211-0/+1
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+1027