Contents

JSONDecoder.NonConformingFloatDecodingStrategy

The strategies for encoding nonconforming floating-point numbers, also known as IEEE 754 exceptional values.

Declaration

enum NonConformingFloatDecodingStrategy

Overview

The IEEE 754 floating-point specification defines exceptional values, which include infinity and nan.

Topics

Exceptional Values

See Also

Decoding Exceptional Numbers