Contents

fastjsonschema 2.19.1

0

Fastest Python implementation of JSON schema

Fastest Python implementation of JSON schema

Stars: 429, Watchers: 429, Forks: 64, Open Issues: 15

The horejsek/python-fastjsonschema repo was created 7 years ago and the last code push was 1 months ago.
The project is popular with 429 github stars!

How to Install fastjsonschema

You can install fastjsonschema using pip

pip install fastjsonschema

or add it to a project with poetry

poetry add fastjsonschema

Package Details

Author
Michal Horejsek
License
BSD
Homepage
https://github.com/horejsek/python-fastjsonschema
PyPi:
https://pypi.org/project/fastjsonschema/
GitHub Repo:
https://github.com/seznam/python-fastjsonschema

Classifiers

  • Software Development/Libraries/Python Modules
No  fastjsonschema  pypi packages just yet.

Errors

A list of common fastjsonschema errors.

Code Examples

Here are some fastjsonschema code examples and snippets.

GitHub Issues

The fastjsonschema package has 15 open issues on GitHub

  • new breaking behavior in 2.15.3

See more issues on GitHub

Related Packages & Articles

django-json-widget 2.0.1

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)

demjson 2.2.4

demjson is a Python language module for encoding, decoding, and syntax-checking JSON data.