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.
- Host: GitHub
- URL: https://github.com/matt2000/json_stream_reader
- Owner: matt2000
- License: other
- Created: 2018-10-14T18:23:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-27T22:47:32.000Z (6 months ago)
- Last Synced: 2025-12-30T00:42:37.709Z (6 months ago)
- Topics: json, python
- Language: Python
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
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