Decodable

protocol Decodable
  • Undocumented

    Declaration

    Swift

    static func parse(from json: Any) -> Self?
  • Undocumented

    Declaration

    Swift

    static func parse(fromArray json: Any) -> [Self]?