json-stream-reader

Given a byte stream of {}-bracketed objects, generate one object-string at a time.


Keywords
json_stream_reader
License
GPL-3.0
Install
pip install json-stream-reader==0.2.0

Documentation

Json Stream Reader

Documentation Status Updates

Given a byte stream of {}-bracketed objects, generate one object-string at a time.

Features

  • Turns a stream of unseperated {}-bracketed character (byte) strings, such as JSON serialized objects, into a collection of individual (byte)strings.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.