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
Last Updated
Aug 17, 2023 at 17:09
License
MIT
Total Downloads
13.9K
Supported Platforms
GitHub Repository
https://github.com/daggaz/json-streamDocumentation
https://github.com/daggaz/json-stream/tree/2.3.2#usage