- jsonschema VS Fast JSON schema for Python
- jsonschema VS marshmallow
- jsonschema VS lupin is a Python JSON object mapper
- jsonschema VS serpy
- jsonschema VS RDFLib plugin providing JSON-LD parsing and serialization
- jsonschema VS PyValico
- jsonschema VS cargonauts
- jsonschema VS jsons
- jsonschema VS hjson-py
- jsonschema VS Trafaret
Jsonschema Alternatives
Similar projects and alternatives to jsonschema
-
Fast JSON schema for Python
Fast JSON schema validator for Python.
-
marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
-
lupin is a Python JSON object mapper
Python document object mapper (load python object from JSON and vice-versa)
-
-
RDFLib plugin providing JSON-LD parsing and serialization
JSON-LD parser and serializer plugins for RDFLib
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
-
windmill
Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool.
-
pgx
Build Postgres Extensions with Rust! [Moved to: https://github.com/tcdi/pgrx] (by tcdi)
-
-
-
-
-
Trafaret
Ultimate transformation library that supports validation, contexts and aiohttp.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
jsonschema reviews and mentions
-
web service framework and OpenAPI spec
Checkout this crate https://crates.io/crates/jsonschema
-
Show HN: Pg_jsonschema – A Postgres extension for JSON validation
The `jsonschema` crate author here.
First of all, this is an exciting use case, I didn't even anticipate it when started `jsonschema` (it was my excuse to play with Rust). I am extremely pleased to see such a Postgres extension :)
At the moment it supports Drafts 4, 6, and 7 + partially supports Draft 2019-09 and 2020-12. It would be really cool if we can collaborate on finishing support for these partially supported drafts! What do you think?
If you'll have any bug reports on the validation part, feel free to report them to our issue tracker - https://github.com/Stranger6667/jsonschema-rs/issues.
Re: performance - there are a couple of tricks I've been working on, so if anybody is interested in speeding this up, feel free to join here - https://github.com/Stranger6667/jsonschema-rs/pull/373
P.S. As for the "Prior Art" section, I think that https://github.com/jefbarn/pgx_json_schema should be mentioned there, as it is also based on `pgx` and `jsonschema`.
Stats
Stranger6667/jsonschema-rs is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of jsonschema is Rust.