Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.7
-
75ebbd0b354739150e10da7216b44e2dde2c2b14 (qt/qtdeclarative/5.12)
Description
My change at: https://codereview.qt-project.org/#/c/172431/4 improved the situation with URLs, but they are still broken. I didn't notice this when fixing the original issue because I was focused on getting output that I could print rather than making sure that the output was useful.
Item {
property url source: "https://qt.io"
Component.onCompleted: console.log(JSON.stringify(source))
}
The above should produce "https://qt.io" (with quotes), so that it can be properly parsed at the other end.
Attachments
For Gerrit Dashboard: QTBUG-72674 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
248726,2 | Quote stringified generic variants on JSON.stringify | 5.12 | qt/qtdeclarative | Status: MERGED | +2 | 0 |