From 6102a31a31885bc5dedb499142eccc96b841a697 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 4 Jul 2017 13:44:37 +0100 Subject: [PATCH] JSON parser default should be not formatting output If its a checkbox, then the default value should be a boolean, not a string. Because "false" is truthy. --- nodes/core/parsers/70-JSON.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/parsers/70-JSON.html b/nodes/core/parsers/70-JSON.html index 93f54769f..9b6584378 100644 --- a/nodes/core/parsers/70-JSON.html +++ b/nodes/core/parsers/70-JSON.html @@ -38,7 +38,7 @@ color:"#DEBD5C", defaults: { name: {value:""}, - pretty: {value:"false"} + pretty: {value:false} }, inputs:1, outputs:1,