Add JSON parse error handling
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
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