Skip to content

Parse pieces of a stream #4

@dotnetCarpenter

Description

@dotnetCarpenter

Currently validjson reads all of a file or stream into memory before validating it.

Because the native JSON.parse only allow for well structured JSON, there is no other way to do it.

Either use another JSON parser or implement one.

Another JSON parser should also allow for better error messages and error positions.

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