ports/www/py-jsonfield2/pkg-descr
2020-11-15 18:07:10 +00:00

5 lines
240 B
Text

jsonfield2 is a reusable model field that allows you to store validated JSON,
automatically handling serialization to and from the database. To use, add
jsonfield.JSONField to one of your models.
WWW: https://github.com/rpkilby/jsonfield2