From 064ff0081d0025b6f065ee5e1e2dbdcb0f593cbd Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Wed, 9 Jan 2008 11:46:46 +0000 Subject: Applied patch from Ticket #330. Fixed the parsing of 0 by the JSON library. --- test/files/run/json.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/run/json.scala') diff --git a/test/files/run/json.scala b/test/files/run/json.scala index f528eaf5fe..ec0bad7ebe 100644 --- a/test/files/run/json.scala +++ b/test/files/run/json.scala @@ -8,6 +8,7 @@ object Test extends Application { printJSON("{\"name\": \"va1ue\"}") // ticket #136 printJSON("{\"name\": { \"name1\": \"va1ue1\", \"name2\": \"va1ue2\" } }") printJSON("{\"name\": \"\\u0022\"}") + printJSON("{\"age\": 0}") println // from http://en.wikipedia.org/wiki/JSON -- cgit v1.2.3