orjson
Package — ConfigPython 3.7+Intermediate
Fast JSON library written in Rust (3-10x faster)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (Rust binary)
- Install
pip install orjson
Learn by Difficulty
Quick Example
python
# Install: pip install orjson import orjson # Basic orjson usage print(f"Using orjson") # See documentation for detailed examples
orjson is a third-party package. Fast JSON library written in Rust (3-10x faster). Install with: pip install orjson
Try in PlaygroundTags
packageconfigurationserializationdata-format