From cc2eaf7d5c7d64935a8ec76fbd1123f65ff593e0 Mon Sep 17 00:00:00 2001 From: Ashutosh Das Date: Sat, 30 Nov 2013 01:35:36 +0600 Subject: [PATCH] Comment is not allowed in json It simply gives an error ``` SyntaxError: /root/node-web-crawler/config.json: Unexpected token / ``` --- config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json b/config.json index 9439c62..a26bf82 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,3 @@ -/* Configurations */ { "default": { "log_level": 0,