JSONDecoder
extension JSONDecoder
-
Undocumented
Declaration
Swift
func decode<T>(_ type: T.Type, from data: Data, keyPath: String? = nil) throws -> T where T : Decodable
UsherCore Docs (96% documented)
extension JSONDecoder
Undocumented
Swift
func decode<T>(_ type: T.Type, from data: Data, keyPath: String? = nil) throws -> T where T : Decodable