Skip to content

encoding/json: provide tokenizer #6050

@gopherbot

Description

@gopherbot

by krolaw:

This would be useful when parsing (really) large JSON documents in low memory
environments.

At the moment one would need to write their own comma and key handling code.  Since this
is available in the encoding/xml package (through RawToken),  it would be consistent to
have similar functionality in the json package.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions