- Fast JSON schema for Python VS marshmallow
- Fast JSON schema for Python VS jsonschema
- Fast JSON schema for Python VS cattrs
- Fast JSON schema for Python VS python-rapidjson
- Fast JSON schema for Python VS pysimdjson
- Fast JSON schema for Python VS ultrajson
- Fast JSON schema for Python VS lupin is a Python JSON object mapper
- Fast JSON schema for Python VS serpy
- Fast JSON schema for Python VS PyValico
- Fast JSON schema for Python VS Trafaret
Fast JSON schema for Python Alternatives
Similar projects and alternatives to Fast JSON schema for Python
-
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
-
-
marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
lupin is a Python JSON object mapper
Python document object mapper (load python object from JSON and vice-versa)
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Fast JSON schema for Python discussion
Fast JSON schema for Python reviews and mentions
-
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
horejsek/python-fastjsonschema is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of Fast JSON schema for Python is Python.