-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels