Invalid exported JSON
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
JSON is not allowed to have the actual Tab character. It needs to be escaped as "\t". I found this by taking the "The Intercept" sample game, exporting to JSON, and trying to validate the output. This needs to be corrected before the exported output can be used my most sources, including node.js.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.