JSONEpochDateDecodable
public protocol JSONEpochDateDecodable: JSONDecodable
JSONDecodable child protocol with support for dates as timestamps
-
jsonDecoderExtension method- return JSONDecoder with date decoding strategy for Seconds since 1970
Declaration
Swift
static var jsonDecoder: JSONDecoder
View on GitHub
JSONEpochDateDecodable Protocol Reference