JSONDecoder

extension JSONDecoder
  • Undocumented

    Declaration

    Swift

    func decode<T>(_ type: T.Type, from data: Data, keyPath: String? = nil) throws -> T where T : Decodable