nashorn/test/script/basic/json.js.EXPECTED
changeset 16147 e63b63819133
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nashorn/test/script/basic/json.js.EXPECTED	Fri Dec 21 16:36:24 2012 -0400
@@ -0,0 +1,15 @@
+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!