Fast JSON schema for Python

Fast JSON schema validator for Python. (by horejsek)

Fast JSON schema for Python Alternatives

Similar projects and alternatives to Fast JSON schema for Python

horejsek
Fast JSON schema for Python
  1. CPython

    The Python programming language

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. black

    The uncompromising Python code formatter

  4. awesome-jsonschema

    A curated list of awesome JSON Schema resources, tutorials, tools, and more

  5. sqlmodel

    SQL databases in Python, designed for simplicity, compatibility, and robustness.

  6. marshmallow

    A lightweight library for converting complex objects to and from simple Python datatypes.

  7. jsonschema

    A high-performance JSON Schema validator for Rust (by Stranger6667)

  8. cattrs

    Composable custom class converters for attrs, dataclasses and friends.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. pysimdjson

    Python bindings for the simdjson project.

  11. ultrajson

    Ultra fast JSON decoder and encoder written in C with Python bindings

  12. jsonschema

    An implementation of the JSON Schema specification for Python

  13. lupin is a Python JSON object mapper

    Python document object mapper (load python object from JSON and vice-versa)

  14. serpy

    ridiculously fast object serialization

  15. okjson

    A fast, simple, and pythonic JSON Schema Validator.

  16. PyValico

    Small python wrapper around https://github.com/rustless/valico

  17. Trafaret

    Ultimate transformation library that supports validation, contexts and aiohttp.

  18. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Fast JSON schema for Python alternative or higher similarity.

Fast JSON schema for Python discussion

Log in or Post with

Fast JSON schema for Python reviews and mentions

Posts with mentions or reviews of Fast JSON schema for Python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-31.
  • I wrote okjson - A fast, simple, and pythonic JSON Schema Validator
    8 projects | /r/Python | 31 Mar 2022
    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

Basic Fast JSON schema for Python repo stats
1
472
6.8
7 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?