diff -r 000000000000 -r b1a7da25b547 test/script/basic/json.js.EXPECTED --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/script/basic/json.js.EXPECTED Wed Apr 27 01:36:41 2016 +0800 @@ -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!