stardew_community_checklist icon indicating copy to clipboard operation
stardew_community_checklist copied to clipboard

Data String Validation

Open kihashi opened this issue 8 years ago • 0 comments

Validate that the string is a real data string before trying to load it.

It must:

  1. [ ] Be able to be decoded by atob()
  2. [ ] Be able to be parsed by JSON.parse()
  3. [ ] Be in the same form as the initialized data array (i.e. length = static.bundles.length)

kihashi avatar Mar 30 '16 22:03 kihashi