set Fail On Unknown
Configure whether this parser throws a JsonDataException when skipValue is called. By default this parser permits values to be skipped.
Forbid skipping to prevent unrecognized values from being silently ignored. This option is useful in development and debugging because it means a typo like "locatiom" will be detected early. It's potentially harmful in production because it complicates revising a JSON schema.