genson 1.3.0
0
GenSON is a powerful, user-friendly JSON Schema generator.
Contents
GenSON is a powerful, user-friendly JSON Schema generator.
Stars: 579, Watchers: 579, Forks: 64, Open Issues: 19The wolverdude/GenSON
repo was created 10 years ago and the last code push was 4 months ago.
The project is popular with 579 github stars!
How to Install genson
You can install genson using pip
pip install genson
or add it to a project with poetry
poetry add genson
Package Details
- Author
- Jon Wolverton
- License
- MIT
- Homepage
- https://github.com/wolverdude/genson/
- PyPi:
- https://pypi.org/project/genson/
- GitHub Repo:
- https://github.com/wolverdude/genson
Classifiers
- Software Development/Code Generators
- Software Development/Libraries/Python Modules
- Utilities
Related Packages
Errors
A list of common genson errors.
Code Examples
Here are some genson
code examples and snippets.
GitHub Issues
The genson package has 19 open issues on GitHub
- Adding the ability to set a 'required' boolean kwarg in the Object.add_object method
- Add
Enum
schema strategy