aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/Common/Json/Serializer.cs
Commit message (Expand)AuthorAgeFilesLines
* Correct style errors in CoreAli Can Demiralp2025-07-141-2/+2
* Update copyright comments to 2025Ali Demiralp2025-03-181-4/+2
* Refactor QtVsTools.Core.Common.JsonAli Can Demiralp2024-12-041-33/+32
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-281-1/+1
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-091-1/+1
* Remove redundant codeKarsten Heimrich2023-04-201-3/+3
* Remove redundant type specificationKarsten Heimrich2023-04-201-2/+2
* Merge null/pattern checks into complex patternKarsten Heimrich2023-04-201-5/+6
* Convert 'if-return' into 'return' statementKarsten Heimrich2023-04-201-4/+1
* Replace if statemant with null propagation codeKarsten Heimrich2023-03-151-4/+2
* Use Array.Empty<T>() methodKarsten Heimrich2023-03-151-1/+1
* Rewrite if statement using '?:', '??' or '??=' exressionKarsten Heimrich2023-02-241-2/+1
* Replace license headerMiguel Costa2023-02-231-27/+4
* Fix expression is always 'true' or always 'false'Karsten Heimrich2022-10-051-4/+1
* Modernization: Replace casts with pattern variableKarsten Heimrich2022-10-041-2/+2
* Return JSON serialization output as stringMiguel Costa2022-09-071-0/+6
* Add option to indent output of JSON serializerMiguel Costa2022-09-071-2/+3
* Move Common modules to CoreMiguel Costa2022-09-071-0/+330