freebsd-ports/devel/py-jsonschema/pkg-descr
2016-12-02 09:21:58 +00:00

8 lines
324 B
Text

jsonschema is an implementation of JSON Schema for Python
- Full support for Draft 3 and Draft 4 of the schema.
- Lazy validation that can iteratively report all validation errors.
- Small and extensible
- Programmatic querying of which properties or items failed validation.
WWW: https://github.com/Julian/jsonschema