-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Currently we handle all our exporting with simple JSON.parse / JSON.stringify calls. Since this does not check any of the types, we won't know there's an issue until something breaks.
Because of this I propose changing the current importing / exporting behavior to use typesafe alternatives; a quick Google search brought up https://app.quicktype.io/ to generate the code for that; but feel free to suggest other alternatives in the comments.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request