--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/jsonCheckSyntax.py Sat Oct 03 11:14:23 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/jsonCheckSyntax.py Sun Nov 01 11:15:18 2020 +0100 @@ -178,6 +178,7 @@ cline = min(len(codestring.splitlines()), int(line)) - 1 code = codestring.splitlines()[cline] + return [{'error': (file, line, column, code, error)}] return [{}]