Skip to content

Parse pieces of a stream #4

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.

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions