pyjson5
pyjson5 copied to clipboard
Support for custom object hook?
Does pyjson5 allow customization for decoding/encoding as with the official Python json library? json.load() can have a parameter cls or object_hook to provide a customize decoder class or method.
example: https://realpython.com/lessons/decoding-custom-types-json/