Hacker News new | ask | show | jobs
by ysleepy 860 days ago
You need a parser for validation, - preferably a fast, possibly even a streaming one.
1 comments

Which this is not.

A validating parser, that is. The paper clearly indicates that invalid JSON like [1, 1b] will pass, unless your code happens to try and decode the 1b.