Top 8 Python Jsonschema Projects
-
-
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.
-
msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
gjson [1] and a few other go packages offer a way to parse arbitrary JSON without requiring structs to hold them.
re: Python. I like PyRight/PyLance for Python typing, it seems to "just work" afaict. I also like msgspec for dataclass like behavior [2].
---
1: https://github.com/tidwall/gjson
2: https://jcristharif.com/msgspec/
-
-
-
-
-
-
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.
-
Python Jsonschema discussion
Python Jsonschema related posts
Index
What are some of the best open-source Jsonschema projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | jsonschema | 4,737 |
2 | msgspec | 2,723 |
3 | mashumaro | 843 |
4 | JSON-Schema-Test-Suite | 652 |
5 | CRDs-catalog | 587 |
6 | LLM_json_schema | 25 |
7 | dc_schema | 20 |
8 | okjson | 8 |