pyobjson - Python Object JSON Tool¶
Utility library for serializing/deserializing custom Python objects to/from JSON.
Do you like the Python Object JSON Tool? Star the repository on GitHub and please consider helping support its ongoing development:
READ THE DOCS HERE!
Detailed documentation can be found at https://pyobjson.wrencode.dev.
Table of Contents¶
About¶
The Python Object JSON Tool is a utility library for serializing/deserializing custom Python objects to/from JSON.
Dependencies¶
The Python Object JSON Tool does not have any third-party dependencies to run the code. It has several development dependencies, which can be seen in the package pyproject.toml
.
Toolchain¶
The below tools and resources are used as part of pyobjson:
- uv - package management
- ruff - code linting
- bandit - code security
- make - Makefile build automation
- MkDocs - package documentation
- python-dotenv - programmatic access to environment variables defined in a
.env
file - pytest - code testing framework
- GitHub Actions - CI/CD
- act - GitHub Actions testing
Usage¶
COMING SOON!