SetStrictDoubleTypeCheck enables/disables strict double type check.
(val bool)
| 135 | |
| 136 | // SetStrictDoubleTypeCheck enables/disables strict double type check. |
| 137 | func (parser *Parser) SetStrictDoubleTypeCheck(val bool) { |
| 138 | parser.strictDoubleFieldType = val |
| 139 | } |
| 140 | |
| 141 | // SetParserConfig sets the parser config. |
| 142 | func (parser *Parser) SetParserConfig(config ParserConfig) { |
no outgoing calls