CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
codable
09-14
Software engineering
How to create encodable request in swift,when my request is present in Json?
09-13
Back-end
Is this Int64 Swift Decoding superfluous?
09-13
Software design
Swift decode JSON with unknown keys
09-03
Software design
Dictionary with Coding keys in Swift, Codale to String
09-02
Net
filter in ForEach based on id from another API SwiftUI
08-25
Net
Decoding JSON attribute of ambiguous type in iOS Swift
08-21
Mobile
My FlightData Master Data Structure does not conform to Decodable when using other Data Structures
08-16
Net
Iterate through JSON Object in Swift
08-11
Back-end
Swift Codable struct recursively containing itself as property
08-09
Software design
How to deal with empty array to be sent as json in swift?
08-09
Blockchain
Parsing issue : APIError: keyNotFound key CodingKeys(stringValue: "data", intValue: nil)
08-02
OS
How to turn manual mapping to automatic mapping when fetching data
07-28
Software engineering
Is it possible to make an `any Protocol` conform to Codable?
07-28
Software engineering
how do I create array of strings from dictionary in swift?
07-18
Blockchain
How to decode NaN value from JSON using Swift?
07-14
Net
swift how to initialize a Codable Object
07-11
Mobile
decoding key issue swift codable
06-20
Enterprise
decoding key-value fails the parsing in swift
06-11
database
Decoding json with optional fields
06-03
Enterprise
How would I get persistent data working in my reminder app
05-26
Back-end
When decoding a Codable struct from JSON, how do you initialize a property not present in the JSON?
05-17
Software design
Can we make the Codable key in struct as case insensitive in Swift
05-13
Blockchain
Swift struct with custom encoder and decoder cannot conform to 'Encodable'
05-11
Software engineering
Parse JSON string inside another JSON
05-09
Net
Swift & Codable: how to "bypass" some JSON levels?
05-08
database
Cant parse JSON (nested dictionary) into ForEach with SwiftUI
05-05
database
Confused with Codable
05-02
Mobile
Update a value on stuct codable identifiable and only userdefault cache this value
04-30
OS
Swift - How to have multiple decoder method for a single model
04-25
Software engineering
How to turn Any into Data
04-25
Blockchain
Swift - turn Any into Data
04-20
Enterprise
How to parse a dictionaray and array JSON in Swift 5
04-14
Enterprise
Make a node Codable in swift
04-12
Software engineering
Encoding to JSON format is not encoding the toggled boolean value in Swift
04-09
Back-end
No Data when Decoding Nested Array in Json by Swift
04-08
Software design
Swift 5 : Create JSON with Codable / Struct from my variables
04-06
front end
How to decode this .json to swift model as this json does not have keys?
03-31
Software design
Swift Decode Array of Dictionaries inside String using Decodable Protocol
03-21
Mobile
Swift Attempt to a decode a Codable parent class as one of its subclasses
03-12
Enterprise
How to conform a custom object to Codable
59
1
2
Next
Last
Links:
CodePudding