Skip to main content

A fast JSON Schema validator with extensions

Project description

Extended JSON Schema

A fast JSON Schema validator with extensions.

Warning: This packages is early stage in active development. DO NOT use it in production yet.

Features

  • No any other programming languages like C/C++ or Rust for speedy execution. Just pure Python and a little Cython magic under the hood.

Basic Usage

from extendedjsonschema import Validator

validator = Validator({"type": "string"})

errors = validator(3.14)
print(errors)

>>> [{'path': [], 'keyword': 'type', 'value': 'string'}]

License

extendedjsonschema is offered under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

extended-jsonschema-0.1.0.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

extended_jsonschema-0.1.0-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page