Float64
typealias Float64 = Double
Deserializer for Float64 (aka. Double).
-
Float64deserializes fromNSNumber.Declaration
Swift
public typealias JSONRepresentation = NSNumber -
Gets the
Float64fromNSNumber.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
Float64 Extension Reference