Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 221 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 221 Bytes

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