Validation strength of JSON parser
Assume 100% correct JSON and speed up parsing.
Ignore errors in skipped portions.
Do a complete validation of the JSON data.
See Implementation
Validation strength of JSON parser