Contents

jsonfield 3.1.0

0

A reusable Django field that allows you to store validated JSON in your model.

A reusable Django field that allows you to store validated JSON in your model.

Stars: 1159, Watchers: 1159, Forks: 275, Open Issues: 13

The rpkilby/jsonfield repo was created 14 years ago and the last code push was 8 months ago.
The project is very popular with an impressive 1159 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

No  jsonfield  pypi packages just yet.

Errors

A list of common jsonfield errors.

Code Examples

Here are some jsonfield code examples and snippets.

Related Packages & Articles

django-json-widget 2.0.1

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)

jsoncomment 0.4.2

A wrapper to JSON parsers allowing comments, multiline strings and trailing commas

jsonargparse 4.27.7

Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.

json5 0.9.24

A Python implementation of the JSON5 data format.