stardew_community_checklist
stardew_community_checklist copied to clipboard
Data String Validation
Validate that the string is a real data string before trying to load it.
It must:
- [ ] Be able to be decoded by
atob()
- [ ] Be able to be parsed by
JSON.parse()
- [ ] Be in the same form as the initialized data array (i.e. length = static.bundles.length)