Contents

JSONEncoder.NonConformingFloatEncodingStrategy.convertToString(positiveInfinity:negativeInfinity:nan:)

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

Declaration

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

See Also

Exceptional Values