Python JSON to Object
In Python, json.load() and json.loads() takes in object_hook parameter that helps to convert JSON data in to an object.
The deserialised JSON (dict) is passed as an argument to constructor of the hooked class where we can have the implementation fo...
arunvelsriram.dev1 min read