| Commit message (Expand) | Author | Age | Files | Lines |
| * | QJsonDocument/Value: fix integer truncation in fromJson(QByteArray) | Marc Mutz | 2025-08-25 | 1 | -1/+1 |
| * | Mark QJson and QCbor classes as security-critical | Marc Mutz | 2025-06-26 | 1 | -0/+1 |
| * | QJson: Remove QT_JSON_READONLY | Thiago Macieira | 2025-01-17 | 1 | -3/+1 |
| * | Do not duplicate JsonFormat enum | Ivan Solovev | 2025-01-02 | 1 | -2/+11 |
| * | QJson: Allow writing any QJsonValue | Johannes Grunenberg | 2024-11-23 | 1 | -15/+3 |
| * | QJson: Allow parsing any JSON value to QJsonValue | Johannes Grunenberg | 2024-11-22 | 1 | -0/+5 |
| * | Create qdoc macros for C++ class docs 1.3: member-swap(), non-standard phrasing | Marc Mutz | 2024-11-08 | 1 | -2/+1 |
| * | QJsonDocumentPrivate: remove unused rawData{,Size} member variables | David Faure | 2024-10-23 | 1 | -22/+0 |
| * | QJsonDocument: use new comparison helper macros | Tatiana Borisova | 2024-03-22 | 1 | -9/+13 |
| * | Bootstrap: remove QVariant | Thiago Macieira | 2024-03-13 | 1 | -0/+2 |
| * | Rename the JSON Save Game Example to Saving a Game to File | Edward Welbourne | 2023-10-20 | 1 | -1/+1 |
| * | Doc: Document Qt Serialization with use cases | Jaishree Vyas | 2022-12-08 | 1 | -0/+1 |
| * | Replace usages of Q_CLANG_QDOC with Q_QDOC | Luca Di Sera | 2022-10-21 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | QtBase: eradicate QT_STRINGVIEW_LEVEL uses | Marc Mutz | 2022-07-20 | 1 | -2/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -1/+1 |
| * | Core: Do not depend on transitive includes | Fabian Kosmale | 2022-03-17 | 1 | -0/+2 |
| * | Replace qt_make_unique with std::make_unique | Allan Sandfeld Jensen | 2020-11-23 | 1 | -9/+7 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -1/+1 |
| * | Use qsizetype for size in QJsonArray and QJsonObject | Sona Kurazyan | 2020-08-18 | 1 | -1/+1 |
| * | QJsonDocument: fix comparison of valid vs default | Thiago Macieira | 2020-08-11 | 1 | -1/+3 |
| * | Remove deprecated binary json feature | Edward Welbourne | 2020-07-31 | 1 | -186/+3 |
| * | Clean-up methods with default values in JSON classes | Sona Kurazyan | 2020-07-26 | 1 | -12/+0 |
| * | Doc: Fix documentation for deprecated methods in QJsonDocument | Kai Koehne | 2020-02-28 | 1 | -4/+10 |
| * | Replace most use of QVariant::type and occurrences of QVariant::Type | Olivier Goffart | 2020-01-23 | 1 | -5/+5 |
| * | Deprecate QJsonDocument methods for converting to/from JSON binary | Sona Kurazyan | 2020-01-09 | 1 | -2/+5 |
| * | Reimplement JSON support on top of Cbor | Ulf Hermann | 2019-10-21 | 1 | -149/+205 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Liang Qi | 2019-09-04 | 1 | -1/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-08-31 | 1 | -1/+1 |
| | |\ |
|
| | | * | Doc: Clarify QJsonDocument::toJson() | Joerg Bornemann | 2019-08-30 | 1 | -1/+1 |
| * | | | JSON: add some QStringView overloads | Mat Sutcliffe | 2019-07-20 | 1 | -0/+11 |
| * | | | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -5/+5 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2018-10-25 | 1 | -14/+2 |
| |\| |
|
| | * | Doc: Move literal code block to a separate file | Cristian Maureira-Fredes | 2018-10-15 | 1 | -14/+2 |
| * | | Handle errors when streaming QJsonDocument through QDataStream | Jędrzej Nowacki | 2018-10-03 | 1 | -1/+5 |
| * | | Implement QJsonDocument data stream operators | Jędrzej Nowacki | 2018-10-03 | 1 | -0/+16 |
| |/ |
|
| * | Doc: Add since version for QJsonDocument::toJson() | Paul Wicking | 2018-07-23 | 1 | -0/+1 |
| * | Doc: Add since version for QJson method and enum | Paul Wicking | 2018-07-19 | 1 | -0/+1 |
| * | QJsonDocument::fromRawData: Fix out-of-bounds access | Jüri Valdmann | 2018-05-04 | 1 | -0/+3 |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -0/+667 |