json_stream
Streaming JSON encoder and decoder
Streaming JSON encoder and decoder
To install this package, run one of the following:
Simple streaming JSON parser and encoder. When reading JSON data, json-stream can decode JSON data in a streaming manner, providing a pythonic dict/list-like interface, or a visitor-based interfeace. Can stream from files, URLs or iterators. When writing JSON data, json-stream can stream JSON objects as you generate them. These techniques allow you to reduce memory consumption and latency.
Summary
Streaming JSON encoder and decoder
Information Last Updated
Mar 25, 2025 at 16:20
License
MIT
Total Downloads
13.8K
Platforms
GitHub Repository
https://github.com/daggaz/json-streamDocumentation
https://github.com/daggaz/json-stream/tree/2.3.2#usage