Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.1
-
None
Description
If you try parsing a malformed Json like this one :
{key1 : "ok", key2 : {key3: "ok"}}, key4 : "outsideOfMainJsonObject"}
QJsonDocument will parse :
{key1 : "ok", key2 : {key3: "ok"}}
and return without error but in reality the json is malformed
Attachments
Issue Links
- relates to
-
QTBUG-83348 Revert "Don't accept json strings with trailing garbage"
-
- Closed
-