test/script/basic/json.js.EXPECTED

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/json.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,15 @@
     1.4 +44
     1.5 +hello
     1.6 +3
     1.7 +42
     1.8 +56
     1.9 +78
    1.10 +chennai
    1.11 +India
    1.12 +foo = 44
    1.13 +bar = hello
    1.14 +44
    1.15 +hello
    1.16 +{"foo":44,"bar":"hello","arr":[42,56,78],"address":{"city":"chennai","country":"India"}}
    1.17 +{"foo":44,"bar":"hello"}
    1.18 +Success!

mercurial