JSON Parse exceptions in mcmod.info
rheimus opened this issue ยท 1 comments
Forge Version & Engineer's Workshop Version
Current source code
Expected behavior
JSON Syntax
The mcmod.info has a trailing comma after its credits entry
"credits": "VSWE for original mod Steve's Workshop back in 1.7.2", <--
}
Causes JSON parsers to consider this file invalid.
Fixed as of #21