jasonlow
public required init?(with json: [String: Any]) { guard let membershipType = json["membership_type"] as? String else { return nil } }