After referencing my ServerGrid.Json I received the following error:
2019/06/17 16:56:08 invalid character ']' looking for beginning of value
This turned out to be due to a trailing ',' at the end of an array list in the sublevels section of one of the grids. Removing the trailing comma fixes the problem, though the parser shouldn't crash on this issue as the trailing symbol doesn't cause issues with the game server or other parsers.
After referencing my ServerGrid.Json I received the following error:
2019/06/17 16:56:08 invalid character ']' looking for beginning of valueThis turned out to be due to a trailing ',' at the end of an array list in the sublevels section of one of the grids. Removing the trailing comma fixes the problem, though the parser shouldn't crash on this issue as the trailing symbol doesn't cause issues with the game server or other parsers.