RSDJSONNumber
public protocol RSDJSONNumber : Codable
RSDJSONNumber implements converting a Swift number to an Objective-C NSNumber.
-
Return an NSNumber for use in json encoding
Declaration
Swift
func jsonNumber() -> NSNumber?
View on GitHub
RSDJSONNumber Protocol Reference