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
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.
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/
The text was updated successfully, but these errors were encountered: