Skip to content

Add JSON parse error handling

Wilhelm Becker requested to merge fix-json-parse-error into master

JSON.parse() throws an error, when the string cannot be parsed. This approach ignores the error and the default value {} will be used. @nils.brinckmann FYI

Merge request reports