WizWorksInc/DragonArchiver

Add JSON serialization and deserialization

Closed this issue · 2 comments

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.

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

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.