python-jsonschema / check-jsonschema

A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
https://check-jsonschema.readthedocs.io/en/stable
Other
191 stars 38 forks source link

Add support for `orjson` (optional) #393

Closed sirosen closed 4 months ago

sirosen commented 4 months ago

This might become a hard dependency in the future, and replace use of json entirely, but for now it's an opt-in feature which should make parsing of large JSON files faster.