summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonwriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bootstrap: remove qnumeric.cpp by using qnumeric_p.hThiago Macieira2024-03-131-1/+1
* QJsonWriter: general cleanupAhmad Samir2023-05-011-7/+8
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* corelib: Use char16_t and char32_t types for charactersIevgenii Meshcheriakov2021-09-061-3/+3
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-1/+1
* Fix potential out of bounds write in the JSON writerLars Knoll2019-12-081-1/+2
* Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-6/+5
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-34/+41
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-2/+4
|\
| * Avoid undefined behavior in qjsonwriter.cppUlf Hermann2019-06-201-2/+4
* | Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-4/+8
|/
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+231