Contents

JSONDecoder.NonConformingFloatDecodingStrategy.convertFromString(positiveInfinity:negativeInfinity:nan:)

The strategy that decodes exceptional floating-point values from a specified string representation.

Declaration

case convertFromString(positiveInfinity: String, negativeInfinity: String, nan: String)

See Also

Exceptional Values