Support for custom object hook?
Nobody has claimed this yet.
- Dominant language
- Cython
- Stars
- 179
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
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/
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing pyjson5's public decoding and encoding APIs and compare them with Python's json.load/object_hook and cls behavior described in the issue. Define the supported customization surface and verify it with tests covering both decoding and encoding before considering the work done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100