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 stale · no recent hits
total hits 15
actors 4 distinct systems
last hit 17d ago human
top countries 🇺🇸 United States · 🇨🇦 Canada · 🇩🇪 Germany · 🇵🇰 Pakistan · VN
API endpoints
full doc /v1/registry/json-stream
install /v1/registry/json-stream/install
compatibility /v1/registry/json-stream/compatibility