ignoreUnknownExtensionFields

If unknown extension fields in the TextFormat should be ignored. If they aren’t ignored, an error will be raised if one is encountered.

TextFormatDecodingOptions.swift:36
var ignoreUnknownExtensionFields: Bool

Note: This is a lossy option, enabling it means part of the TextFormat is silently skipped.