streamy

streamy splits a stream into a stream of strings that are complete JSON expressions


Keywords
git, import
License
MIT
Install
pip install streamy==2.0.4

Documentation

streamy

Split a stream into strings that are complete JSON expressions

Emit a stream of valid JSON from a seekable file pointer like you'd get from open or io.StringIO.

See https://stackoverflow.com/a/44190177/43839