jdk-24/nashorn/test/script/basic/JDK-8025149.js.EXPECTED
Athijegannathan Sundararajan e259f89913 8025149: JSON.stringify does not handle 'space' argument as per the spec
Reviewed-by: jlaskey, hannesw
2013-09-20 22:37:08 +05:30

10 lines
145 B
Plaintext

{
"foo": 23,
"bar": {
"x": 22
}
}
{"foo":23,"bar":{"x":22}}
inside n.valueOf
inside s.toString