An open API service indexing awesome lists of open source software.

https://github.com/matt2000/json_stream_reader

Given a byte stream of {}-bracketed objects, generate one object-string at a time.
https://github.com/matt2000/json_stream_reader

json python

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

================
Json Stream Reader
================

.. image:: https://img.shields.io/pypi/v/json_stream_reader.svg
:target: https://pypi.python.org/pypi/json_stream_reader

.. image:: https://img.shields.io/travis/matt2000/json_stream_reader.svg
:target: https://travis-ci.org/matt2000/json_stream_reader

.. image:: https://readthedocs.org/projects/json-stream-reader/badge/?version=latest
:target: https://json-stream-reader.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/matt2000/json_stream_reader/shield.svg
:target: https://pyup.io/repos/github/matt2000/json_stream_reader/
:alt: Updates

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

* Free software: GNU General Public License v3
* Documentation: https://json-stream-reader.readthedocs.io.

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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage