Contents

nonConformingFloatDecodingStrategy

The strategy used by a decoder when it encounters exceptional floating-point values.

Declaration

var nonConformingFloatDecodingStrategy: JSONDecoder.NonConformingFloatDecodingStrategy { get set }

Discussion

The default strategy is the JSONDecoder.NonConformingFloatDecodingStrategy.throw strategy.

See Also

Decoding Exceptional Numbers