Skip to content

Remove trailing comma in JSON

Trailing commas are not allowed in JSON. Causes the following exception:

cookiecutter.exceptions.ContextDecodingException: JSON decoding error while loading "/home/jebr/.cookiecutters/cookiecutter-e3-ioc/cookiecutter.json".  Decoding error details: "Expecting property name enclosed in double quotes: line 10 column 1 (char 209)"

Merge request reports

Loading