Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.42 KB

README.rst

File metadata and controls

49 lines (36 loc) · 1.42 KB

Fast JSON schema for Python

PyPI version Supported Python versions

This project was made to come up with fast JSON Schema validations. See documentation for performance test details.

Current version is complete an implementation of the JSON Schema Draft v4, Draft v6 and Draft v7, specifications. It passes 100% of the official JSON Schema Test Suite

Features

  • 100% compatible with draft-04, draft-06, and draft-07
  • Fast validation
  • Commandline usage
  • Validation function as code
  • Easy to extend

Install

pip install fastjsonschema

Support for Python 3.4 and higher.

Documentation

Documentation: https://seznam.github.io/python-fastjsonschema/