Jsonschema Alternatives
Similar projects and alternatives to jsonschema
-
Cerberus
Lightweight, extensible data validation library for Python (by pyeve)
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
voluptuous
CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.
-
-
colander
A serialization/deserialization/validation library for strings, mappings and lists.
-
-
pandera
A light-weight, flexible, and expressive statistical data testing library
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Fast JSON schema for Python
Fast JSON schema validator for Python.
-
python-codicefiscale
:it: :credit_card: italian fiscal codes encoding, decoding and validation - codifica, decodifica e validazione del Codice Fiscale italiano.
-
-
awesome-jsonschema
A curated list of awesome JSON Schema resources, tutorials, tools, and more.
-
-
-
react-jsonschema-form
A React component for building Web forms from JSON Schema.
-
sqlmodel
SQL databases in Python, designed for simplicity, compatibility, and robustness.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
jsonschema reviews and mentions
-
Forced to move away from Django template because of nested forms ?
Forms are hard. We use python jsonschema to write our form schemas and validation and use react json schema form for the front end. It's a long time in the making and we still have to write widgets and extensions to get everything we need. Good luck.
-
I wrote okjson - A fast, simple, and pythonic JSON Schema Validator
I had a requirement to process and validate large payloads of JSON concurrently for a web service, initially I implemented it using jsonschema and fastjsonschema but I found the whole JSON Schema Specification to be confusing at times and on top of that wanted better performance. Albeit there are ways to compile/cache the schema, I wanted to move away from the schema specification so I wrote a validation library inspired by the design of tiangolo/sqlmodel (type hints) to solve this problem easier.
Stats
python-jsonschema/jsonschema is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of jsonschema is Python.