Skip to content

Streaming json instead of loading whole object to memory. #3

@noway

Description

@noway

Not always stdin give you all data instantly. So instead of waiting EOF, would be better to process json instantly.
Some implementations of json readers with stream support:
https://github.com/dominictarr/JSONStream
https://pykler.github.io/yajl-py/
https://github.com/rtyler/py-yajl/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions