JSON Stream
JSON →json-stream is a Python library (version 2.5.0, actively maintained) designed for efficient streaming JSON encoding and decoding. It allows processing JSON data in chunks, rather than loading the entire document into memory, which significantly reduces memory consumption and latency for large files or network streams. It provides a Pythonic dict/list-like interface for reading and uses generators for writing, making it suitable for web applications, data pipelines, and other scenarios requiring optimized JSON handling.
Traffic · last 30 days ↓20% vs prev 7d
total hits 11
actors 5 distinct systems
last hit 2d ago Bingbot
top countries 🇨🇦 Canada · 🇺🇸 United States · 🇩🇪 Germany · 🇫🇷 France · 🇫🇮 Finland
API endpoints
full doc /v1/registry/json-stream
install /v1/registry/json-stream/install
compatibility /v1/registry/json-stream/compatibility