typealias JSON = Any. public protocol Decodable {. init?(_ json: JSON). } extension Array: Decodable {. public init?(_ json: JSON) {.
確定! 回上一頁