Skip to content

Is it possible to stream data through the json parser without storing everything in memory? #347

Description

@anden259

Is it possible to stream data through the json parser without storing everything in memory?

Lets say I have a json file that is 10 GB, is it possible to stream that through the parser without storing it in memory?

Something like:
file stream >> json deserialze >> data stream

and the reverse:
data stream >> json serialize >> json string stream

Is that possible with this library?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions