JSONDecoder

extension JSONDecoder
  • Undocumented

    Declaration

    Swift

    public func decode<T>(_ type: T.Type, withJSONObject object: Any, options opt: JSONSerialization.WritingOptions = []) throws -> T where T : Decodable