| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use qsizetype for size in QJsonArray and QJsonObject | Sona Kurazyan | 2020-08-18 | 1 | -27/+27 |
| * | Fix conversions to JSON from QVariant | Sona Kurazyan | 2020-08-13 | 1 | -1/+4 |
| * | Improve the iterators of QJsonArray and QJsonObject | Sona Kurazyan | 2020-07-26 | 1 | -2/+2 |
| * | Clean-up some Qt 5 leftovers from JSON serialization classes | Sona Kurazyan | 2020-07-22 | 1 | -45/+5 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-07 | 1 | -1/+1 |
| * | Change qHash() to work with size_t instead of uint | Lars Knoll | 2020-04-09 | 1 | -1/+1 |
| * | Fix binary compatibility issue in QJson{Array,Object} initializer_list | Thiago Macieira | 2020-03-20 | 1 | -2/+5 |
| * | Fix some qdoc warnings | Friedemann Kleint | 2020-01-03 | 1 | -6/+6 |
| * | Reimplement JSON support on top of Cbor | Ulf Hermann | 2019-10-21 | 1 | -181/+58 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-12 | 1 | -1/+1 |
| |\ |
|
| | * | [Doc] Fix minor typos | Sze Howe Koh | 2019-07-10 | 1 | -1/+1 |
| * | | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -1/+1 |
| * | | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -3/+3 |
| |/ |
|
| * | Add QJsonArray::cbegin()/cend() methods | Lars Knoll | 2019-01-25 | 1 | -0/+16 |
| * | Implement QJsonArray data stream operator | Jędrzej Nowacki | 2018-10-03 | 1 | -0/+17 |
| * | JSON: Add qHash functions for JSON and CBOR types | Ulf Hermann | 2018-08-27 | 1 | -0/+4 |
| * | Reapply 1514b4e85336245ef130deca5839267dba7b2e32 on 5.11 | Liang Qi | 2018-02-23 | 1 | -1/+2 |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -0/+1258 |