Add JSON serialization and deserialization
Closed this issue · 2 comments
Rinzii commented
We need to handle JSON and store the data in a List of Objects so we can use the data in our views and view models.
Rinzii commented
This may be a bit large since we have to re serialize a bunch of custom JSON files but ill try my best to try and build something generic vs specialized
Rinzii commented
Finished this issue. I did not add in serialization yet but the system is set up so that adding serialization would be extremely easy. Also so long as new classes are added properly there should be zero problems when more JSON lists are added in.