qt5base-lts/tests/auto/corelib/serialization/json
Thiago Macieira e114fec62a QJsonValue: fix incorrect to{Array,Object} when the value is empty
This is a repeat of commit de6ced6692
"QCborValue: fix incorrect to{Array,Map} when the value is empty" (6.4),
which fixed the same thing for QCborValue. I've just copied the exact
same implementation onto the QJsonValue functions.

Pick-to: 6.2 6.3 6.4 5.15
Fixes: QTBUG-104085
Change-Id: I175efddd75f24ae59057fffd16f6b257bf7ed36d
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
2022-06-21 22:25:32 -07:00
..
bom.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
CMakeLists.txt Cleanup tests that add test data to resources explicitly 2022-02-11 21:54:44 +01:00
simple.duplicates.json JSON: Further improve the duplicate handling in the parser 2022-01-21 00:53:49 +01:00
test2.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
test3.duplicates.json JSON: Further improve the duplicate handling in the parser 2022-01-21 00:53:49 +01:00
test3.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
test.duplicates.json JSON: Further improve the duplicate handling in the parser 2022-01-21 00:53:49 +01:00
test.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
tst_qtjson.cpp QJsonValue: fix incorrect to{Array,Object} when the value is empty 2022-06-21 22:25:32 -07:00