Create a python class definition from a serialized JSON object?
What I'm trying to do is to create Python class definitions in code by reading a JSON file. I don't want to have the class pre-written in Python and then load it with the JSON data. I want to use…