nashorn/test/script/basic/json.js.EXPECTED
author sundar
Thu, 13 Mar 2014 15:58:24 +0530
changeset 23374 f470afc89c6c
parent 16147 e63b63819133
permissions -rw-r--r--
8015958: DataView constructor is not defined Reviewed-by: attila, hannesw, lagergren

44
hello
3
42
56
78
chennai
India
foo = 44
bar = hello
44
hello
{"foo":44,"bar":"hello","arr":[42,56,78],"address":{"city":"chennai","country":"India"}}
{"foo":44,"bar":"hello"}
Success!