Open usnavi opened 9 years ago
LOL.. strict = stricter than lax.
Yeah.. I could throw an exception if strict is enabled and there is stuff after.
Thanks for getting back to me.
If my team ends up going this route, I'd be happy to issue a PR for this. Let me know if you have any pointers.
ok.. I probably wont get to it today. But it seems like an easy fix.
Looks like the strict version of the parser allows trailing characters after the object. E.g., the following doesn't throw an exception and parsers successfully:
Am I enabling the strict parser correctly? Thanks!