Float32
typealias Float32 = Float
Deserializer for Float32 (aka. Float).
-
Float32deserializes fromNSNumber.Declaration
Swift
public typealias JSONRepresentation = NSNumber -
Gets the
Float32fromNSNumber.Throws
JSONError.unexpectedTypewhen the value can’t be converted, or conversion would lead to a loss of information.Declaration
Swift
public init(jsonData number: JSONRepresentation) throws
View on GitHub
Install in Dash
Float32 Extension Reference