Skip to content

Provide a way for StreamDeserializer to stream an array of values #404

Open
@dtolnay

Description

@dtolnay

It seems like a common situation to have a large top-level array in a JSON file.

[
  {...},
  {...},
  {...},
  ...
]

StreamDeserializer should expose a way to access the elements of such an array one at a time without holding the whole thing in memory.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions