-
Bug
-
Resolution: Unresolved
-
Major
-
None
the script:
JSON.stringify(
)
delivers the wrong result:
- should: "
{"a":[1,2]}
"
- actual: "
{"a":"[1, 2]"}
"
hint:
This was probably introduced by fix for JENKINS-11618
The problem is that this behaviour breaks e.g. test automation support for SilkTest and WebDriver, and probably some other things too.
- is duplicated by
-
JENKINS-25152 Prototype adds Array.prototype.toJSON() that breaks JSON.stringify
- Open
- is related to
-
JENKINS-11618 Prototype 1.7 is missing the instance 'toJSON' method
- Closed