Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.3.2
-
15f451e99a2d3ca3c2fc4b8f8464b949b9dc7549 198705febf9bbb9140c89607b8b6a2ac682a54fd 7be4dcfd2c2dd27627bfc6a319f348a52c390632
Description
using JSON.stringify with QJSEngine prints integer numbers on stderr:
QJSEngine().evaluate("JSON.stringify({ a:42 })");
2
up to Qt 6.3.0 this didn't happen. There shouldn't be any output.