Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse pieces of a stream #4

Open
dotnetCarpenter opened this issue Apr 6, 2020 · 0 comments
Open

Parse pieces of a stream #4

dotnetCarpenter opened this issue Apr 6, 2020 · 0 comments

Comments

@dotnetCarpenter
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant