trustedSource

Validation strength of JSON parser

Values

ValueMeaning
trustedSource

Assume 100% correct JSON and speed up parsing.

validateUsed

Ignore errors in skipped portions.

validateAll

Do a complete validation of the JSON data.

Meta