in src/parse.ts [234:236]
function removeTrailingCommas(data: string) { return data.replace(/,([ |\t|\n]+[}|\]|)])/g, "$1"); }