jdk-24/nashorn/test/script/basic/JDK-8157160.js.EXPECTED
Athijegannathan Sundararajan 2479973df8 8157160: JSON.stringify does not work on ScriptObjectMirror objects
Reviewed-by: hannesw, mhaupt
2016-05-18 14:08:38 +05:30

10 lines
172 B
Plaintext

{"foo":42}
[5,6,76,7]
"hello"
{"name":"nashorn","versions":["es5.1","es6"]}
true
{"x":42,"y":"hello"}
"my json representation"
"value from toJSON function"
{"foo":"HELLO"}