From e5589b1db4f230a99587555d6b1ffe7d4c951047 Mon Sep 17 00:00:00 2001 From: cn Date: Sat, 25 Apr 2015 20:41:50 +0200 Subject: [PATCH] Fix number parsing in json --- json.jsf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json.jsf b/json.jsf index 3a71ae3..d920208 100644 --- a/json.jsf +++ b/json.jsf @@ -219,7 +219,7 @@ done "eE" exponentpart :decimalpoint Number - * end + * end noeat "0-9" decimalpointBAD "eE" exponentpart "." decimalpart