You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the classes parsing the JSON files can be turned into @dataclass to be able to represent them as dictionaries easier and have added benefits of automatically generated methods.
Additional context
This will have to take into consideration potential data-mining fields that may exist.
I'd like to have a way of mining all possible value of keys/values of the JSONs.