jdk-24/test/nashorn/script/basic/json.js.EXPECTED
2017-09-12 19:03:39 +02:00

16 lines
187 B
Plaintext

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!