JSONEpochDateDecodable

public protocol JSONEpochDateDecodable: JSONDecodable

JSONDecodable child protocol with support for dates as timestamps

  • jsonDecoder Extension method
    • return JSONDecoder with date decoding strategy for Seconds since 1970

    Declaration

    Swift

    static var jsonDecoder: JSONDecoder