python3-django-jsonfield

JSON field for Django models (Python 3)

Description

This package provides a Django field (jsonfield.JSONField) that you can use to store arbitrary JSON structures in a simple text field at the database level.

Accessing the field returns a decoded object (list, dict, string).

In forms, it appears like a TextField but the input is validated to be valid JSON.

This is the Python 3 version of the package.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/adamchainz/django-jsonfield


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-django-jsonfield