Kijewski / Kijewski/pyjson5

Support for custom object hook?

Open
#28 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.