jsonfield 3.1.0
0
A reusable Django field that allows you to store validated JSON in your model.
Contents
A reusable Django field that allows you to store validated JSON in your model.
Stars: 1161, Watchers: 1161, Forks: 271, Open Issues: 13The rpkilby/jsonfield
repo was created 15 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 1161 github stars!
How to Install jsonfield
You can install jsonfield using pip
pip install jsonfield
or add it to a project with poetry
poetry add jsonfield
Package Details
- Author
- Brad Jasper
- License
- MIT
- Homepage
- https://github.com/rpkilby/jsonfield/
- PyPi:
- https://pypi.org/project/jsonfield/
- GitHub Repo:
- https://github.com/rpkilby/jsonfield
Classifiers
Related Packages
Errors
A list of common jsonfield errors.
Code Examples
Here are some jsonfield
code examples and snippets.