Use this tag only for questions directly related to changes in version 4 of Apple's Swift programming language.
I am new in Swift 4 and trying to figure out How to convert Json to swift Object automatically like Gson …
json swift swifty-json swift4I have structure like this: struct JSONModelSettings { let patientID : String let therapistID : String var isEnabled : Bool enum CodingKeys: String, CodingKey { …
swift4 codableCould you help me how to manage to be notified when the contents of NSArrayController are modified, using Smart KeyPaths? …
swift key-value-observing swift4I'm using an API that returns this pretty horrible JSON: [ "A string", [ "A string", "A string", "A string", "A string", … ] ] …
arrays json swift swift4 jsondecoderIm trying to decode a plist using PropertyListDecoder() but when I get to the trying to access the keys, I …
swift swift4 property-list codable decodable