derek-schaefer / django-json-field

Generic JSON model and form fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Json field validation?

pyrossh opened this issue · comments

I was thinking about adding validation to the form field using jsonschema before saving it to the database. Would this be useful because I'm doing it manually right now and the exception is logged but I would like to return the error to the user as to what happend and how to fix it?