Skip to content

Jokipii/python-fastjsonschema

 
 

Repository files navigation

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/

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%