Decodable
extension Decodable
-
Decode an object from json string.
Declaration
Swift
public static func decode(fromJSON string: String, decoder: JSONDecoder = JSONDecoder()) -> Self?
QMobileAPI 0.1.0 Docs (55% documented)
extension Decodable
Decode an object from json string.
Swift
public static func decode(fromJSON string: String, decoder: JSONDecoder = JSONDecoder()) -> Self?