parsing a stream of json objects without loading the whole stream into memory
Project description
Parsing a stream of json objects without loading the whole stream into memory. Solution to https://stackoverflow.com/questions/6886283/how-i-can-i-lazily-read-multiple-json-values-from-a-file-stream-in-python
import sys
from json_stream_parser import load_iter
for obj in load_iter(sys.stdin):
print(obj)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for json_stream_parser-0.2.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16f18e4e66d84c6581e1316d222120eea0313df809886569bf8eb4993ccc62e9 |
|
MD5 | 0a532575cd34aa1fc9335a92264ee2d6 |
|
BLAKE2b-256 | 45204535b514037170dca7345736893e70044c42dbde4514916f17216eb43ec0 |